SlideShare a Scribd company logo
1 of 38
GOOGLE ANALYTICS BASIC SET -UP | GBG KL WORKSHOP 23 JAN 2013
GOOGLE ANALYTICS BASIC SET-UP WORKSHOP




Dr. Frank J. Peter, Ph.D.

Managing Director FJP Marketing Sdn. Bhd.
(839890-M)


www.FJPmarketing.com

Frank@FJPmarketing.com
GOOGLE ANALYTICS BASIC SET-UP WORKSHOP
Google Analytics Basic Set-up

    What we will cover today:
    • Setting-up Tracking Code
       •   Including Subdomains
       •   Including e-Commerce (basic)

    • Linking with Adwords, Adsense &
      Webmasters Tools

    • Setting-up of Event Tagging
GOOGLE ANALYTICS BASIC SET-UP
Google Analytics Basic Set-up




    Setting Up Google Analytics
GOOGLE ANALYTICS BASIC SET-UP
Google Analytics Basic Set-up

    What you need:
    • Google Account

    • Website/Blog

    • Access to Website Code / CMS Code
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Google Account

    https://accounts.google.com/
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Google Account

    Do's and Don'ts:

    • Do not use your personal email account
    • Do set-up a Google account specifically
      for Analytics, Adwords and Webmaster
      Tools
    • Suggested:
      Your.Company.Google@Gmail.com
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Tracking Code

    http://www.google.com/analytics/
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Tracking Code




  Important: Time Zone should be same as in Google Adwords
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Tracking Code




     • Define Home Page
     • Apply Adwords Cost Source (can be done later)
     • Allow Site Search
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Tracking Code

Determine the Query Parameter for Site Search:
• Perform a Search on your Website using your search Function

• On the Search Results Page take a close look at the URL

• Make a Note of the Query Parameter

Example:

mysite.com/advanced_search_result.php?keywords=Alien

 -> Here the Query Parameter is keywords
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Tracking Code




     •   Allow Subdomains
     •   No other Top Level Domains (set up separate Analytics)
     •   Display Advertising Support: Enables Remarketing
     •   Custom Campaign Tags: use Defaults
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Tracking Code
 • Open your Source Code in a Text Editor (Notepad etc.)




 • Copy/Paste Analytics Code before every closing </head> Tag
 • Upload edited Web Pages and check Tracking in Analytics
GOOGLE ANALYTICS BASIC SET-UP
Setting-up Tracking Code
  E-Commerce Tracking


• Extra Code to be added to 'Checkout Confirmation' Page

• Collects data on item(s) purchased, price, shipping cost etc.

• Has to be done in the back-end of the Shopping Cart Platform used
GOOGLE ANALYTICS BASIC SET-UP
Google Analytics Basic Set-up




  Linking Analytics with Adwords
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Adwords

Benefits

• Adwords gives Info 'before the Click'

• Analytics gives Info 'after the Click'

• ROI: measure which paid Keywords result in Sales – focus future
  Campaign Optimisation on these Keywords and drop non-performing

• Reduce Cost due to 'blind Advertising' based on actual Analytics Data
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Adwords

To Do:

• Create Administrator Account in Adwords using same email as used
  in Analytics

• Sign in to your AdWords account at https://adwords.google.com

• Click the Tools and Analysis tab, then click Google Analytics.

• Click the Admin tab at the top right of the page.

• Click the account you want to link with the AdWords account.
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Adwords
To Do (cont.):

• Click the Data Sources tab.

• Click the AdWords tab, then click Link Accounts.

• Select the Analytics profiles in which you want the AdWords data to
  be available.

• Click Continue.

Note: In order for Analytics to be able to attribute visits to specific
AdWords campaigns, you also need to import your AdWords cost data
to the relevant Analytics Admin profile.
GOOGLE ANALYTICS BASIC SET-UP
Google Analytics Basic Set-up




  Linking Analytics with Adsense
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Adsense


Benefits

• Shows which Pages bring you the most $$

• Shows which Adsense Sizes, Positions etc work best on your Site

• Use the above Info to improve Earnings
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Adsense

To Do:

• Create Administrator Account in Adsense using same email as used
  in Analytics

• On the Home tab go to Account settings

• Scroll down to 'Access & Authorization' section

• Click on the 'edit' next to Google Analytics integration
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Adsense

To Do (cont.):

• Click 'Link' next to the Analytics account that you want to link to

• A new window opens and you're taken to your Analytics account.

• In Analytics, click Link Accounts.

• Specify your primary Analytics property and Analytics profiles

• Click Continue and your Accounts are linked
GOOGLE ANALYTICS BASIC SET-UP
Google Analytics Basic Set-up




       Linking Analytics with
         Webmasters Tools
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Webmasters Tools


 Benefits:

 • Get Info on Link and Query Traffic in Analytics

 • Let Google tell you about any Site Problems

 • Share Information about your Site via Sitemaps
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Webmasters Tools

   To Do:

   •   Go to www.google.com/webmasters/tools

   •   Sign in/Create Account with the same email as
       used for Analytics and Adwords

   •   “Add a Site”

   •   Follow Instructions to verify your Site
GOOGLE ANALYTICS BASIC SET-UP
Linking Analytics with Google Webmasters Tools

      To Do (cont.):

      •   Go back to your Analytics Account

      •   Admin -> Property Settings

      •   Scroll down to Webmaster Tools Settings

      •   Follow Instructions to link your Accounts
GOOGLE ANALYTICS BASIC SET-UP
Google Analytics Basic Set-up




    Setting Up Event Tagging
GOOGLE ANALYTICS BASIC SET-UP
Event Tagging in Analytics

      Benefits:

      •   Track Page Gadgets (i.e. Newsletter Sign-ups)

      •   Track Flash Elements (i.e. Video Views)

      •   Track File Downloads (i.e. free Reports)

      •  Track how many People click your Facebook
         button
      Use extends well beyond the common model of
      user-triggered events
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

The _trackEvent() method in the source code of a
page object, widget, or video:
_trackEvent(category, action, opt_label, opt_value, opt_noninteraction)


•   Category – i.e. Videos
•   Action – i.e. Play
•   Label (optional) – i.e. Name_of_Video
•   Value (optional) – i.e. Download Time
•   Noninteraction (optional) – i.e. Bounce Rate
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

Example: Playing a Video
_gaq.push(['_trackEvent', 'Videos', 'Play', 'Gone with the Wind',
'downloadTime', 'true')];

•   Category –Videos
•   Action –Play
•   Label (optional) – Gone with the Wind
•   Value (optional) – measures time it takes to
    download video
•   Noninteraction (optional) – will count as non-event
    (= counts as bounce if no other interaction)
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

Example: Clicking your 'FB Like' Button
_gaq.push(['_trackEvent', 'Facebook', 'Follow')];

•    Category – Facebook
•    Action – Follow

Implementation:
Before:
<a href=“https://www.facebook.com/facebookpagename” target=“_blank”>Follow us on Facebook</a>

After:
<a href=“https://www.facebook.com/facebookpagename” onClick=“_gaq.push(['_trackEvent', 'Follow',
'Facebook']);” target=“_blank”>Follow us on Facebook</a>
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

Example: Clicking you 'FB Like' Button
<a href=“https://www.facebook.com/facebookpagename” onClick=“_gaq.push(['_trackEvent', 'Follow',
'Facebook']);” target=“_blank”>Follow us on Facebook</a>


Will show up in Analytics under Content > Events:
Event Category: Follow

Event Action: Facebook
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

Example: Downloading an Order Form
_gaq.push(['_trackEvent', 'Downloads', 'PDF', 'Order Form 1']);

•    Category – Downloads
•    Action – PDF
•    Label (optional) – Order Form 1

Implementation:
Before:
<a href=“https://www.website.com/order_form_1.pdf”>Download Order Form</a>
After:
<a href=“https://www.website.com/order_form_1.pdf” onClick=“_gaq.push(['_trackEvent', 'Downloads',
'PDF', 'Order Form 1']);” target=“_blank”> Download Order Form </a>
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

Example: Downloading an Order Form
<a href=“https://www.website.com/order_form_1.pdf” onClick=“_gaq.push(['_trackEvent', 'Downloads',
'PDF', 'Order Form 1']);” target=“_blank”> Download Order Form </a>


Will show up in Analytics under Content > Events:

Event Category: Downloads

Event Action: PDF

Event Value: Order Form 1
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

Practice: Newsletter Sign-up Form (simple)
< input type="submit" value="Send" / >

Format:
< input onClick="_gaq.push(['_trackEvent', 'Category', 'Action'])" type="submit" value="Send" / >

< input onClick="_gaq.push(['_trackEvent', 'Newsletter', 'Sign Up'])" type="submit" value="Send" / >


Will show up in Analytics under Content > Events:

Event Category: Newsletter

Event Action: Sign Up
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

Practice: Newsletter Sign-up Form (Button)
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">

Format:
onClick="_gaq.push(['_trackEvent', 'Category', 'Action'])"

<input onClick="_gaq.push(['_trackEvent', 'Newsletter', 'Sign Up'])" type="submit" value="Subscribe"
name="subscribe" id="mc-embedded-subscribe" class="button">


Will show up in Analytics under Content > Events:

Event Category: Newsletter

Event Action: Sign Up
GOOGLE ANALYTICS BASIC SET-UP
Setting Up Event Tracking

Practice: Newsletter Sign-up Form (Button in php)
<input type="submit" value="Subscribe" name="subscribe" class="button">

<input onClick="_gaq.push(['_trackEvent', 'Newsletter', 'Sign Up'])" type="submit" value="Subscribe"
name="subscribe" class="button">


Will show up in Analytics under Content > Events:

Event Category: Downloads

Event Action: PDF

Note: backslashes (  ) are required to mask the apostrophe ( ' )
GOOGLE ANALYTICS BASIC SET-UP
Still utterly confused?

Use our Google Analytics Services:
      •   Installation (simple to complex Sites)
      •   Setting up Profiles (single, multiple)
      •   Ecommerce Tracking
      •   Advanced Goals & Funnels
      •   Troubleshooting with Data and Code Audits
      •   URL Tagging, Event Tagging, Maintenance
      •   Other Retainer Activities

      Discounts for GBG Members!

More Related Content

Viewers also liked

Simple Model of Ni-MH Battery Model using LTspice
Simple Model of Ni-MH Battery Model using LTspiceSimple Model of Ni-MH Battery Model using LTspice
Simple Model of Ni-MH Battery Model using LTspicespicepark
 
The Beginners Guide to Using Snapchat
The Beginners Guide to Using SnapchatThe Beginners Guide to Using Snapchat
The Beginners Guide to Using SnapchatCarlos Gil
 
A Rainbow of Inspiration: Quotes to Hack Your 2016!
A Rainbow of Inspiration: Quotes to Hack Your 2016!A Rainbow of Inspiration: Quotes to Hack Your 2016!
A Rainbow of Inspiration: Quotes to Hack Your 2016!Paul Brown
 
SparkLabs Global Asia E-Commerce Report 2015
SparkLabs Global Asia E-Commerce Report 2015SparkLabs Global Asia E-Commerce Report 2015
SparkLabs Global Asia E-Commerce Report 2015Bernard Moon
 
Moneyball: A Quantitative Approach to Angel Investing (Austin, TX - Aug 2012)
Moneyball: A Quantitative Approach to Angel Investing (Austin, TX - Aug 2012)Moneyball: A Quantitative Approach to Angel Investing (Austin, TX - Aug 2012)
Moneyball: A Quantitative Approach to Angel Investing (Austin, TX - Aug 2012)Paul Singh
 
7 Small Business Productivity Tips
7 Small Business Productivity Tips7 Small Business Productivity Tips
7 Small Business Productivity TipsWhen I Work
 
Resources (Links) for 2016
Resources (Links) for 2016Resources (Links) for 2016
Resources (Links) for 2016Andrew Newman
 
Build Your Own Valley: Engineering Startup & Investor Ecosystems in Emerging ...
Build Your Own Valley: Engineering Startup & Investor Ecosystems in Emerging ...Build Your Own Valley: Engineering Startup & Investor Ecosystems in Emerging ...
Build Your Own Valley: Engineering Startup & Investor Ecosystems in Emerging ...Dave McClure
 
#SleepingWithTheBoss
#SleepingWithTheBoss#SleepingWithTheBoss
#SleepingWithTheBossThe Next Web
 
10 Steps to a Successful Social Media Marketing Strategy
10 Steps to a Successful Social Media Marketing Strategy10 Steps to a Successful Social Media Marketing Strategy
10 Steps to a Successful Social Media Marketing StrategyJeff Bullas
 
Dispatches From The New Economy: The Five Faces Of The On-Demand Economy
Dispatches From The New Economy: The Five Faces Of The On-Demand EconomyDispatches From The New Economy: The Five Faces Of The On-Demand Economy
Dispatches From The New Economy: The Five Faces Of The On-Demand EconomyIntuit Inc.
 
Venture Capital Unlocked (Stanford) / Venture Capital 2.0
Venture Capital Unlocked (Stanford) / Venture Capital 2.0Venture Capital Unlocked (Stanford) / Venture Capital 2.0
Venture Capital Unlocked (Stanford) / Venture Capital 2.0Dave McClure
 

Viewers also liked (12)

Simple Model of Ni-MH Battery Model using LTspice
Simple Model of Ni-MH Battery Model using LTspiceSimple Model of Ni-MH Battery Model using LTspice
Simple Model of Ni-MH Battery Model using LTspice
 
The Beginners Guide to Using Snapchat
The Beginners Guide to Using SnapchatThe Beginners Guide to Using Snapchat
The Beginners Guide to Using Snapchat
 
A Rainbow of Inspiration: Quotes to Hack Your 2016!
A Rainbow of Inspiration: Quotes to Hack Your 2016!A Rainbow of Inspiration: Quotes to Hack Your 2016!
A Rainbow of Inspiration: Quotes to Hack Your 2016!
 
SparkLabs Global Asia E-Commerce Report 2015
SparkLabs Global Asia E-Commerce Report 2015SparkLabs Global Asia E-Commerce Report 2015
SparkLabs Global Asia E-Commerce Report 2015
 
Moneyball: A Quantitative Approach to Angel Investing (Austin, TX - Aug 2012)
Moneyball: A Quantitative Approach to Angel Investing (Austin, TX - Aug 2012)Moneyball: A Quantitative Approach to Angel Investing (Austin, TX - Aug 2012)
Moneyball: A Quantitative Approach to Angel Investing (Austin, TX - Aug 2012)
 
7 Small Business Productivity Tips
7 Small Business Productivity Tips7 Small Business Productivity Tips
7 Small Business Productivity Tips
 
Resources (Links) for 2016
Resources (Links) for 2016Resources (Links) for 2016
Resources (Links) for 2016
 
Build Your Own Valley: Engineering Startup & Investor Ecosystems in Emerging ...
Build Your Own Valley: Engineering Startup & Investor Ecosystems in Emerging ...Build Your Own Valley: Engineering Startup & Investor Ecosystems in Emerging ...
Build Your Own Valley: Engineering Startup & Investor Ecosystems in Emerging ...
 
#SleepingWithTheBoss
#SleepingWithTheBoss#SleepingWithTheBoss
#SleepingWithTheBoss
 
10 Steps to a Successful Social Media Marketing Strategy
10 Steps to a Successful Social Media Marketing Strategy10 Steps to a Successful Social Media Marketing Strategy
10 Steps to a Successful Social Media Marketing Strategy
 
Dispatches From The New Economy: The Five Faces Of The On-Demand Economy
Dispatches From The New Economy: The Five Faces Of The On-Demand EconomyDispatches From The New Economy: The Five Faces Of The On-Demand Economy
Dispatches From The New Economy: The Five Faces Of The On-Demand Economy
 
Venture Capital Unlocked (Stanford) / Venture Capital 2.0
Venture Capital Unlocked (Stanford) / Venture Capital 2.0Venture Capital Unlocked (Stanford) / Venture Capital 2.0
Venture Capital Unlocked (Stanford) / Venture Capital 2.0
 

Similar to Google analytics basic set up - gbg workshop 23 jan 2013

Google Analytics for SEO Beginners
Google Analytics for SEO BeginnersGoogle Analytics for SEO Beginners
Google Analytics for SEO BeginnersAditya Todawal
 
Google Analytics Basic Essentials
Google Analytics Basic EssentialsGoogle Analytics Basic Essentials
Google Analytics Basic EssentialseMarket Education
 
Google Analytics Report Automation (Magic Script)
Google Analytics Report Automation (Magic Script)Google Analytics Report Automation (Magic Script)
Google Analytics Report Automation (Magic Script)Keshav Kashyap
 
Google Analytics Report Automation (Magic Script)
Google Analytics Report Automation (Magic Script)Google Analytics Report Automation (Magic Script)
Google Analytics Report Automation (Magic Script)Keshav Kashyap
 
Google Analytics Report Automation (Magic)
Google Analytics Report Automation (Magic) Google Analytics Report Automation (Magic)
Google Analytics Report Automation (Magic) Keshav Kashyap
 
Google Analytics - Webmaster Tools Pro Setup & Tips
Google Analytics -  Webmaster Tools Pro Setup & TipsGoogle Analytics -  Webmaster Tools Pro Setup & Tips
Google Analytics - Webmaster Tools Pro Setup & TipsRank Fuse Digital Marketing
 
Google Analytics - Basic Installation
Google Analytics - Basic InstallationGoogle Analytics - Basic Installation
Google Analytics - Basic Installationguest761f0978
 
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsStephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsSearch Marketing Expo - SMX
 
Google analytics account setup optimization
Google analytics account setup optimization Google analytics account setup optimization
Google analytics account setup optimization DAVID RAUDALES
 
Google Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
Google Analytics with an Intro to Google Tag Manager for Austin WordPress MeetupGoogle Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
Google Analytics with an Intro to Google Tag Manager for Austin WordPress MeetupRich Plakas
 
Getting Started With Google Analytics
Getting Started With Google AnalyticsGetting Started With Google Analytics
Getting Started With Google AnalyticsSwellPath
 
Google Analytics Training Seminar - Vorian Agency
Google Analytics Training Seminar - Vorian AgencyGoogle Analytics Training Seminar - Vorian Agency
Google Analytics Training Seminar - Vorian AgencyVorian Agency
 
Actionable insights with Google Analytics - Edinburgh Chamber of Commerce
Actionable insights with Google Analytics - Edinburgh Chamber of CommerceActionable insights with Google Analytics - Edinburgh Chamber of Commerce
Actionable insights with Google Analytics - Edinburgh Chamber of CommerceAttacat Internet Marketing
 
How to Get Started with GA4 Setup.pptx
How to Get Started with GA4 Setup.pptxHow to Get Started with GA4 Setup.pptx
How to Get Started with GA4 Setup.pptxAmit Ranjan
 
Optimaal je Google Analytics Account inrichten
Optimaal je Google Analytics Account inrichtenOptimaal je Google Analytics Account inrichten
Optimaal je Google Analytics Account inrichtenTraffic4u
 
Guide to-google-analytics google 4
Guide to-google-analytics google 4Guide to-google-analytics google 4
Guide to-google-analytics google 4Nizam Uddin
 
Web Analytics and Wordpress - Wordcamp Chicago 2011
Web Analytics and Wordpress - Wordcamp Chicago 2011Web Analytics and Wordpress - Wordcamp Chicago 2011
Web Analytics and Wordpress - Wordcamp Chicago 2011fendmark
 
Google analytics individual qualification (gaiq) exam preparation
Google analytics individual qualification (gaiq) exam preparationGoogle analytics individual qualification (gaiq) exam preparation
Google analytics individual qualification (gaiq) exam preparationSrikanth Dhondi
 
Improving Analytics with Google Tag Manager
Improving Analytics with Google Tag ManagerImproving Analytics with Google Tag Manager
Improving Analytics with Google Tag Managerchaefele
 

Similar to Google analytics basic set up - gbg workshop 23 jan 2013 (20)

Google Analytics for SEO Beginners
Google Analytics for SEO BeginnersGoogle Analytics for SEO Beginners
Google Analytics for SEO Beginners
 
Google Analytics Basic Essentials
Google Analytics Basic EssentialsGoogle Analytics Basic Essentials
Google Analytics Basic Essentials
 
Google Analytics Report Automation (Magic Script)
Google Analytics Report Automation (Magic Script)Google Analytics Report Automation (Magic Script)
Google Analytics Report Automation (Magic Script)
 
Google Analytics Report Automation (Magic Script)
Google Analytics Report Automation (Magic Script)Google Analytics Report Automation (Magic Script)
Google Analytics Report Automation (Magic Script)
 
Google Analytics Report Automation (Magic)
Google Analytics Report Automation (Magic) Google Analytics Report Automation (Magic)
Google Analytics Report Automation (Magic)
 
Google Analytics Overview
Google Analytics OverviewGoogle Analytics Overview
Google Analytics Overview
 
Google Analytics - Webmaster Tools Pro Setup & Tips
Google Analytics -  Webmaster Tools Pro Setup & TipsGoogle Analytics -  Webmaster Tools Pro Setup & Tips
Google Analytics - Webmaster Tools Pro Setup & Tips
 
Google Analytics - Basic Installation
Google Analytics - Basic InstallationGoogle Analytics - Basic Installation
Google Analytics - Basic Installation
 
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsStephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
 
Google analytics account setup optimization
Google analytics account setup optimization Google analytics account setup optimization
Google analytics account setup optimization
 
Google Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
Google Analytics with an Intro to Google Tag Manager for Austin WordPress MeetupGoogle Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
Google Analytics with an Intro to Google Tag Manager for Austin WordPress Meetup
 
Getting Started With Google Analytics
Getting Started With Google AnalyticsGetting Started With Google Analytics
Getting Started With Google Analytics
 
Google Analytics Training Seminar - Vorian Agency
Google Analytics Training Seminar - Vorian AgencyGoogle Analytics Training Seminar - Vorian Agency
Google Analytics Training Seminar - Vorian Agency
 
Actionable insights with Google Analytics - Edinburgh Chamber of Commerce
Actionable insights with Google Analytics - Edinburgh Chamber of CommerceActionable insights with Google Analytics - Edinburgh Chamber of Commerce
Actionable insights with Google Analytics - Edinburgh Chamber of Commerce
 
How to Get Started with GA4 Setup.pptx
How to Get Started with GA4 Setup.pptxHow to Get Started with GA4 Setup.pptx
How to Get Started with GA4 Setup.pptx
 
Optimaal je Google Analytics Account inrichten
Optimaal je Google Analytics Account inrichtenOptimaal je Google Analytics Account inrichten
Optimaal je Google Analytics Account inrichten
 
Guide to-google-analytics google 4
Guide to-google-analytics google 4Guide to-google-analytics google 4
Guide to-google-analytics google 4
 
Web Analytics and Wordpress - Wordcamp Chicago 2011
Web Analytics and Wordpress - Wordcamp Chicago 2011Web Analytics and Wordpress - Wordcamp Chicago 2011
Web Analytics and Wordpress - Wordcamp Chicago 2011
 
Google analytics individual qualification (gaiq) exam preparation
Google analytics individual qualification (gaiq) exam preparationGoogle analytics individual qualification (gaiq) exam preparation
Google analytics individual qualification (gaiq) exam preparation
 
Improving Analytics with Google Tag Manager
Improving Analytics with Google Tag ManagerImproving Analytics with Google Tag Manager
Improving Analytics with Google Tag Manager
 

Google analytics basic set up - gbg workshop 23 jan 2013

  • 1. GOOGLE ANALYTICS BASIC SET -UP | GBG KL WORKSHOP 23 JAN 2013
  • 2. GOOGLE ANALYTICS BASIC SET-UP WORKSHOP Dr. Frank J. Peter, Ph.D. Managing Director FJP Marketing Sdn. Bhd. (839890-M) www.FJPmarketing.com Frank@FJPmarketing.com
  • 3. GOOGLE ANALYTICS BASIC SET-UP WORKSHOP Google Analytics Basic Set-up What we will cover today: • Setting-up Tracking Code • Including Subdomains • Including e-Commerce (basic) • Linking with Adwords, Adsense & Webmasters Tools • Setting-up of Event Tagging
  • 4. GOOGLE ANALYTICS BASIC SET-UP Google Analytics Basic Set-up Setting Up Google Analytics
  • 5. GOOGLE ANALYTICS BASIC SET-UP Google Analytics Basic Set-up What you need: • Google Account • Website/Blog • Access to Website Code / CMS Code
  • 6. GOOGLE ANALYTICS BASIC SET-UP Setting-up Google Account https://accounts.google.com/
  • 7. GOOGLE ANALYTICS BASIC SET-UP Setting-up Google Account Do's and Don'ts: • Do not use your personal email account • Do set-up a Google account specifically for Analytics, Adwords and Webmaster Tools • Suggested: Your.Company.Google@Gmail.com
  • 8. GOOGLE ANALYTICS BASIC SET-UP Setting-up Tracking Code http://www.google.com/analytics/
  • 9. GOOGLE ANALYTICS BASIC SET-UP Setting-up Tracking Code Important: Time Zone should be same as in Google Adwords
  • 10. GOOGLE ANALYTICS BASIC SET-UP Setting-up Tracking Code • Define Home Page • Apply Adwords Cost Source (can be done later) • Allow Site Search
  • 11. GOOGLE ANALYTICS BASIC SET-UP Setting-up Tracking Code Determine the Query Parameter for Site Search: • Perform a Search on your Website using your search Function • On the Search Results Page take a close look at the URL • Make a Note of the Query Parameter Example: mysite.com/advanced_search_result.php?keywords=Alien -> Here the Query Parameter is keywords
  • 12. GOOGLE ANALYTICS BASIC SET-UP Setting-up Tracking Code • Allow Subdomains • No other Top Level Domains (set up separate Analytics) • Display Advertising Support: Enables Remarketing • Custom Campaign Tags: use Defaults
  • 13. GOOGLE ANALYTICS BASIC SET-UP Setting-up Tracking Code • Open your Source Code in a Text Editor (Notepad etc.) • Copy/Paste Analytics Code before every closing </head> Tag • Upload edited Web Pages and check Tracking in Analytics
  • 14. GOOGLE ANALYTICS BASIC SET-UP Setting-up Tracking Code E-Commerce Tracking • Extra Code to be added to 'Checkout Confirmation' Page • Collects data on item(s) purchased, price, shipping cost etc. • Has to be done in the back-end of the Shopping Cart Platform used
  • 15. GOOGLE ANALYTICS BASIC SET-UP Google Analytics Basic Set-up Linking Analytics with Adwords
  • 16. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Adwords Benefits • Adwords gives Info 'before the Click' • Analytics gives Info 'after the Click' • ROI: measure which paid Keywords result in Sales – focus future Campaign Optimisation on these Keywords and drop non-performing • Reduce Cost due to 'blind Advertising' based on actual Analytics Data
  • 17. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Adwords To Do: • Create Administrator Account in Adwords using same email as used in Analytics • Sign in to your AdWords account at https://adwords.google.com • Click the Tools and Analysis tab, then click Google Analytics. • Click the Admin tab at the top right of the page. • Click the account you want to link with the AdWords account.
  • 18. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Adwords To Do (cont.): • Click the Data Sources tab. • Click the AdWords tab, then click Link Accounts. • Select the Analytics profiles in which you want the AdWords data to be available. • Click Continue. Note: In order for Analytics to be able to attribute visits to specific AdWords campaigns, you also need to import your AdWords cost data to the relevant Analytics Admin profile.
  • 19. GOOGLE ANALYTICS BASIC SET-UP Google Analytics Basic Set-up Linking Analytics with Adsense
  • 20. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Adsense Benefits • Shows which Pages bring you the most $$ • Shows which Adsense Sizes, Positions etc work best on your Site • Use the above Info to improve Earnings
  • 21. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Adsense To Do: • Create Administrator Account in Adsense using same email as used in Analytics • On the Home tab go to Account settings • Scroll down to 'Access & Authorization' section • Click on the 'edit' next to Google Analytics integration
  • 22. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Adsense To Do (cont.): • Click 'Link' next to the Analytics account that you want to link to • A new window opens and you're taken to your Analytics account. • In Analytics, click Link Accounts. • Specify your primary Analytics property and Analytics profiles • Click Continue and your Accounts are linked
  • 23. GOOGLE ANALYTICS BASIC SET-UP Google Analytics Basic Set-up Linking Analytics with Webmasters Tools
  • 24. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Webmasters Tools Benefits: • Get Info on Link and Query Traffic in Analytics • Let Google tell you about any Site Problems • Share Information about your Site via Sitemaps
  • 25. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Webmasters Tools To Do: • Go to www.google.com/webmasters/tools • Sign in/Create Account with the same email as used for Analytics and Adwords • “Add a Site” • Follow Instructions to verify your Site
  • 26. GOOGLE ANALYTICS BASIC SET-UP Linking Analytics with Google Webmasters Tools To Do (cont.): • Go back to your Analytics Account • Admin -> Property Settings • Scroll down to Webmaster Tools Settings • Follow Instructions to link your Accounts
  • 27. GOOGLE ANALYTICS BASIC SET-UP Google Analytics Basic Set-up Setting Up Event Tagging
  • 28. GOOGLE ANALYTICS BASIC SET-UP Event Tagging in Analytics Benefits: • Track Page Gadgets (i.e. Newsletter Sign-ups) • Track Flash Elements (i.e. Video Views) • Track File Downloads (i.e. free Reports) • Track how many People click your Facebook button Use extends well beyond the common model of user-triggered events
  • 29. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking The _trackEvent() method in the source code of a page object, widget, or video: _trackEvent(category, action, opt_label, opt_value, opt_noninteraction) • Category – i.e. Videos • Action – i.e. Play • Label (optional) – i.e. Name_of_Video • Value (optional) – i.e. Download Time • Noninteraction (optional) – i.e. Bounce Rate
  • 30. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking Example: Playing a Video _gaq.push(['_trackEvent', 'Videos', 'Play', 'Gone with the Wind', 'downloadTime', 'true')]; • Category –Videos • Action –Play • Label (optional) – Gone with the Wind • Value (optional) – measures time it takes to download video • Noninteraction (optional) – will count as non-event (= counts as bounce if no other interaction)
  • 31. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking Example: Clicking your 'FB Like' Button _gaq.push(['_trackEvent', 'Facebook', 'Follow')]; • Category – Facebook • Action – Follow Implementation: Before: <a href=“https://www.facebook.com/facebookpagename” target=“_blank”>Follow us on Facebook</a> After: <a href=“https://www.facebook.com/facebookpagename” onClick=“_gaq.push(['_trackEvent', 'Follow', 'Facebook']);” target=“_blank”>Follow us on Facebook</a>
  • 32. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking Example: Clicking you 'FB Like' Button <a href=“https://www.facebook.com/facebookpagename” onClick=“_gaq.push(['_trackEvent', 'Follow', 'Facebook']);” target=“_blank”>Follow us on Facebook</a> Will show up in Analytics under Content > Events: Event Category: Follow Event Action: Facebook
  • 33. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking Example: Downloading an Order Form _gaq.push(['_trackEvent', 'Downloads', 'PDF', 'Order Form 1']); • Category – Downloads • Action – PDF • Label (optional) – Order Form 1 Implementation: Before: <a href=“https://www.website.com/order_form_1.pdf”>Download Order Form</a> After: <a href=“https://www.website.com/order_form_1.pdf” onClick=“_gaq.push(['_trackEvent', 'Downloads', 'PDF', 'Order Form 1']);” target=“_blank”> Download Order Form </a>
  • 34. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking Example: Downloading an Order Form <a href=“https://www.website.com/order_form_1.pdf” onClick=“_gaq.push(['_trackEvent', 'Downloads', 'PDF', 'Order Form 1']);” target=“_blank”> Download Order Form </a> Will show up in Analytics under Content > Events: Event Category: Downloads Event Action: PDF Event Value: Order Form 1
  • 35. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking Practice: Newsletter Sign-up Form (simple) < input type="submit" value="Send" / > Format: < input onClick="_gaq.push(['_trackEvent', 'Category', 'Action'])" type="submit" value="Send" / > < input onClick="_gaq.push(['_trackEvent', 'Newsletter', 'Sign Up'])" type="submit" value="Send" / > Will show up in Analytics under Content > Events: Event Category: Newsletter Event Action: Sign Up
  • 36. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking Practice: Newsletter Sign-up Form (Button) <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> Format: onClick="_gaq.push(['_trackEvent', 'Category', 'Action'])" <input onClick="_gaq.push(['_trackEvent', 'Newsletter', 'Sign Up'])" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> Will show up in Analytics under Content > Events: Event Category: Newsletter Event Action: Sign Up
  • 37. GOOGLE ANALYTICS BASIC SET-UP Setting Up Event Tracking Practice: Newsletter Sign-up Form (Button in php) <input type="submit" value="Subscribe" name="subscribe" class="button"> <input onClick="_gaq.push(['_trackEvent', 'Newsletter', 'Sign Up'])" type="submit" value="Subscribe" name="subscribe" class="button"> Will show up in Analytics under Content > Events: Event Category: Downloads Event Action: PDF Note: backslashes ( ) are required to mask the apostrophe ( ' )
  • 38. GOOGLE ANALYTICS BASIC SET-UP Still utterly confused? Use our Google Analytics Services: • Installation (simple to complex Sites) • Setting up Profiles (single, multiple) • Ecommerce Tracking • Advanced Goals & Funnels • Troubleshooting with Data and Code Audits • URL Tagging, Event Tagging, Maintenance • Other Retainer Activities Discounts for GBG Members!