SlideShare a Scribd company logo
1 of 4
How to check Google Analytics tags
    Prepared by Balasingam-Chow Yu Hui

    HTTP monitoring programs:
    - Charles, Fiddler – use with Windows / Internet Explorer
    - HttpFox – Firefox add-on

    This documentation uses HttpFox. Consult your HTTP monitoring program’s help to identify how to
    obtain similar settings there.

1. Start HttpFox.
2. Press “Start”.




3. Filter HttpFox to only display HTTP requests/responses that contains “_utm”




4. Click on the “Query String” tab.




5. Make sure that your browser does not block cookies from the domain name that you are checking.
    a. Google Analytics uses first-party cookies, e.g. if you are checking www.my-wonderful-site.com,
        GA’s cookies will be recorded for “my-wonderful-site.com”
6. For every tag: in the “Query String” tab’s window, check the following:
    Parameter           Value
    utmhn               Hostname / domain name as specified in the URL of the page
    utmac               GA website profile ID
    a. If there is Campaign tracking – i.e. tags using “utm_source”, “utm_medium”, “utm_campaign”,
        “utm_content” or “utm_term” in the URL
    Parameter           Value
    utmcsr              “utm_source” value in the URL
    utmcmd              “utm_medium” value in the URL
    utmccn              “utm_campaign” value in the URL
    utmctr              “utm_term” value in the URL
    utmcct              “utm_content” value in the URL
7. Page tags – i.e. tags using “_trackPageview(‘<tag>’)”
    a. Open the page.
b. In HttpFox, look for the HTTP response item from GA  click on it.




              If the page has more than one call to “_trackPageview()”, then you should see a
              corresponding HTTP response item for each call.
    c. In the “Query String” tab’s window, check the following:
    Parameter             Value
    utmp                  “<tag>”
                          If no tag was specified, then should match the URL of the page without the
                          domain name.
    d. If there are Custom Variables – i.e. tags using “_setCustomVar (‘<index>’, ’<name>’, ’<value>’,
           ’<optional scope>’)”
      i.      In the “Query String” tab’s window, check the following:
    Parameter             Value
    utme                  “8(<name>)9(<value>)11(<scope>)”
    utmp                  “<tag>”
                          If no tag was specified, then should match the URL of the page without the
                          domain name.
                 If there are more than one _setCustomVar() calls, then each _setCustomVar’s <name>
                 and <value> will be appended within the “utme” parameter’s value, separated by a ‘*’,
                 i.e.
                 “8(<name 1>*<name 2>*…)9(<value 1>*<value 2>*…)11(<scope 1>*<scope 2>*…)”
                 Only non-default scopes are shown in the “utme” parameter’s value.
                 If you don’t use the indices sequentially, then an offset is indicated for the first non-
                 sequential index. The offset is in the format “<index>!”.
                 For example, if you use indices 2, 3 and 5, then the “utme” parameter’s value will be:
                 “8(2!<name 1>*<name 2>*5!<name 3>)9(2!<value 1>*<value 2>*5!<value
                 3>)11(2!<scope 1>*<scope 2>*5!<scope 3>)”
8. Event tags – i.e. tags using “_trackEvent(‘<category>’,’<action>’,’<optional label>’,’<optional value>’)
    a. Click the link.
    b. In HttpFox, look for the HTTP response item from GA  click on it.




              If the page has more than one call to “_trackEvent()”, then you should see a corresponding
              HTTP response item for each call.
c. In the “Query String” tab’s window, check the following:
    Parameter            Value
    utmt                 “event”
    utme                 “5(<category>*<action>*<optional label>*<optional value>)”
    utmp                 “<tag>”
                         If no tag was specified, then should match the URL of the page without the
                         domain name.
             If you use Custom Variables with Events, then both tags’ values will be reflected together in
             the “utme” parameter, e.g.
             “5(<category>*<action>*<optional label>*<optional value>)8(<name 1>)9(<value 1>)”
9. E-commerce transaction – i.e. tags using “_addTrans(‘<order ID>’, ‘<affiliation>’, ‘<total
    transaction>’, ‘<tax>’, ‘<shipping cost>’, ‘<city>’, ‘<state>’, ‘<country>’)”
    a. Finish the transaction on the order confirmation page. This page should also have a call to
         “_addItem()” and “_trackTrans()”.
    b. In HttpFox, look for the HTTP response item from GA for the transaction  click on it.




             There should only be one call to “_addTrans()” per page.
    c. In the “Query String” tab’s window, check the following:
    Parameter            Value
    utmt                 “tran”
    utmtid               “<order ID>”
    utmtst               “<affiliation>”
    utmtto               “<total transaction>”
    utmttx               “<tax>”
    utmtsp               “<shipping cost>”
    utmtci               “<city>”
    utmtrg               “<state>”
    utmtco               “<country>”
10. E-commerce items – i.e. tags using “_addItem(‘<order ID>’, ‘<SKU>’, ‘<product name>’, ‘<product
    category>’, ‘<price>’, ‘<quantity>’)”
    a. Finish the transaction on the order confirmation page. This page should also have a call to
         “_addTrans()” and “_trackTrans()”.
    b. In HttpFox, look for the HTTP response item from GA for each item  click on it.
If there is more than one call to “_addItem()”, then you should see a corresponding HTTP
         response item for each call.
c. In the “Query String” tab’s window, check the following:
Parameter            Value
utmt                 “item”
utmtid               “<order ID>”
utmipc               “<SKU>”
utmipn               “<product name>”
utmiva               “<product category>”
utmipr               “<price>”
utmiqt               “<quantity>”


Reference:
http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html#gifParameters

More Related Content

Similar to How to check Google Analytics tags

Jquery presentation
Jquery presentationJquery presentation
Jquery presentationguest5d87aa6
 
Ajava oep shopping application
Ajava oep shopping applicationAjava oep shopping application
Ajava oep shopping applicationPaneliya Prince
 
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...OPITZ CONSULTING Deutschland
 
Google
GoogleGoogle
Googlesoon
 
TechDays 2013 Jari Kallonen: What's New WebForms 4.5
TechDays 2013 Jari Kallonen: What's New WebForms 4.5TechDays 2013 Jari Kallonen: What's New WebForms 4.5
TechDays 2013 Jari Kallonen: What's New WebForms 4.5Tieturi Oy
 
please code in c#- please note that im a complete beginner- northwind.docx
please code in c#- please note that im a complete beginner-  northwind.docxplease code in c#- please note that im a complete beginner-  northwind.docx
please code in c#- please note that im a complete beginner- northwind.docxAustinaGRPaigey
 
Spca2014 hillier 3rd party_javascript_libraries
Spca2014 hillier 3rd party_javascript_librariesSpca2014 hillier 3rd party_javascript_libraries
Spca2014 hillier 3rd party_javascript_librariesNCCOMMS
 
Supercharging your Organic CTR
Supercharging your Organic CTRSupercharging your Organic CTR
Supercharging your Organic CTRPhil Pearce
 
How to Pass the Google Analytics Individual Qualification Test by Slingshot SEO
How to Pass the  Google Analytics Individual Qualification Test by Slingshot SEOHow to Pass the  Google Analytics Individual Qualification Test by Slingshot SEO
How to Pass the Google Analytics Individual Qualification Test by Slingshot SEOAarif Nazir
 
PrimeTime JSF with PrimeFaces - Dec 2014
PrimeTime JSF with PrimeFaces - Dec 2014PrimeTime JSF with PrimeFaces - Dec 2014
PrimeTime JSF with PrimeFaces - Dec 2014cagataycivici
 
AdRotator and AdRepeater Control in Asp.Net for Msc CS
AdRotator and AdRepeater Control in Asp.Net for Msc CSAdRotator and AdRepeater Control in Asp.Net for Msc CS
AdRotator and AdRepeater Control in Asp.Net for Msc CSThanveen
 
Documentation For Tab Setup
Documentation For Tab SetupDocumentation For Tab Setup
Documentation For Tab Setupvkeeton
 
Week 8
Week 8Week 8
Week 8A VD
 
Vaadin Components @ Angular U
Vaadin Components @ Angular UVaadin Components @ Angular U
Vaadin Components @ Angular UJoonas Lehtinen
 

Similar to How to check Google Analytics tags (20)

Jquery presentation
Jquery presentationJquery presentation
Jquery presentation
 
Ajava oep shopping application
Ajava oep shopping applicationAjava oep shopping application
Ajava oep shopping application
 
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
 
Google
GoogleGoogle
Google
 
Nativescript angular
Nativescript angularNativescript angular
Nativescript angular
 
TechDays 2013 Jari Kallonen: What's New WebForms 4.5
TechDays 2013 Jari Kallonen: What's New WebForms 4.5TechDays 2013 Jari Kallonen: What's New WebForms 4.5
TechDays 2013 Jari Kallonen: What's New WebForms 4.5
 
Chapter09
Chapter09Chapter09
Chapter09
 
Introduction to Html5
Introduction to Html5Introduction to Html5
Introduction to Html5
 
JavaScript Refactoring
JavaScript RefactoringJavaScript Refactoring
JavaScript Refactoring
 
please code in c#- please note that im a complete beginner- northwind.docx
please code in c#- please note that im a complete beginner-  northwind.docxplease code in c#- please note that im a complete beginner-  northwind.docx
please code in c#- please note that im a complete beginner- northwind.docx
 
Spca2014 hillier 3rd party_javascript_libraries
Spca2014 hillier 3rd party_javascript_librariesSpca2014 hillier 3rd party_javascript_libraries
Spca2014 hillier 3rd party_javascript_libraries
 
Supercharging your Organic CTR
Supercharging your Organic CTRSupercharging your Organic CTR
Supercharging your Organic CTR
 
How to Pass the Google Analytics Individual Qualification Test by Slingshot SEO
How to Pass the  Google Analytics Individual Qualification Test by Slingshot SEOHow to Pass the  Google Analytics Individual Qualification Test by Slingshot SEO
How to Pass the Google Analytics Individual Qualification Test by Slingshot SEO
 
PrimeTime JSF with PrimeFaces - Dec 2014
PrimeTime JSF with PrimeFaces - Dec 2014PrimeTime JSF with PrimeFaces - Dec 2014
PrimeTime JSF with PrimeFaces - Dec 2014
 
AdRotator and AdRepeater Control in Asp.Net for Msc CS
AdRotator and AdRepeater Control in Asp.Net for Msc CSAdRotator and AdRepeater Control in Asp.Net for Msc CS
AdRotator and AdRepeater Control in Asp.Net for Msc CS
 
displaytag
displaytagdisplaytag
displaytag
 
Documentation For Tab Setup
Documentation For Tab SetupDocumentation For Tab Setup
Documentation For Tab Setup
 
Week 8
Week 8Week 8
Week 8
 
Managing states
Managing statesManaging states
Managing states
 
Vaadin Components @ Angular U
Vaadin Components @ Angular UVaadin Components @ Angular U
Vaadin Components @ Angular U
 

Recently uploaded

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 

Recently uploaded (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 

How to check Google Analytics tags

  • 1. How to check Google Analytics tags Prepared by Balasingam-Chow Yu Hui HTTP monitoring programs: - Charles, Fiddler – use with Windows / Internet Explorer - HttpFox – Firefox add-on This documentation uses HttpFox. Consult your HTTP monitoring program’s help to identify how to obtain similar settings there. 1. Start HttpFox. 2. Press “Start”. 3. Filter HttpFox to only display HTTP requests/responses that contains “_utm” 4. Click on the “Query String” tab. 5. Make sure that your browser does not block cookies from the domain name that you are checking. a. Google Analytics uses first-party cookies, e.g. if you are checking www.my-wonderful-site.com, GA’s cookies will be recorded for “my-wonderful-site.com” 6. For every tag: in the “Query String” tab’s window, check the following: Parameter Value utmhn Hostname / domain name as specified in the URL of the page utmac GA website profile ID a. If there is Campaign tracking – i.e. tags using “utm_source”, “utm_medium”, “utm_campaign”, “utm_content” or “utm_term” in the URL Parameter Value utmcsr “utm_source” value in the URL utmcmd “utm_medium” value in the URL utmccn “utm_campaign” value in the URL utmctr “utm_term” value in the URL utmcct “utm_content” value in the URL 7. Page tags – i.e. tags using “_trackPageview(‘<tag>’)” a. Open the page.
  • 2. b. In HttpFox, look for the HTTP response item from GA  click on it. If the page has more than one call to “_trackPageview()”, then you should see a corresponding HTTP response item for each call. c. In the “Query String” tab’s window, check the following: Parameter Value utmp “<tag>” If no tag was specified, then should match the URL of the page without the domain name. d. If there are Custom Variables – i.e. tags using “_setCustomVar (‘<index>’, ’<name>’, ’<value>’, ’<optional scope>’)” i. In the “Query String” tab’s window, check the following: Parameter Value utme “8(<name>)9(<value>)11(<scope>)” utmp “<tag>” If no tag was specified, then should match the URL of the page without the domain name. If there are more than one _setCustomVar() calls, then each _setCustomVar’s <name> and <value> will be appended within the “utme” parameter’s value, separated by a ‘*’, i.e. “8(<name 1>*<name 2>*…)9(<value 1>*<value 2>*…)11(<scope 1>*<scope 2>*…)” Only non-default scopes are shown in the “utme” parameter’s value. If you don’t use the indices sequentially, then an offset is indicated for the first non- sequential index. The offset is in the format “<index>!”. For example, if you use indices 2, 3 and 5, then the “utme” parameter’s value will be: “8(2!<name 1>*<name 2>*5!<name 3>)9(2!<value 1>*<value 2>*5!<value 3>)11(2!<scope 1>*<scope 2>*5!<scope 3>)” 8. Event tags – i.e. tags using “_trackEvent(‘<category>’,’<action>’,’<optional label>’,’<optional value>’) a. Click the link. b. In HttpFox, look for the HTTP response item from GA  click on it. If the page has more than one call to “_trackEvent()”, then you should see a corresponding HTTP response item for each call.
  • 3. c. In the “Query String” tab’s window, check the following: Parameter Value utmt “event” utme “5(<category>*<action>*<optional label>*<optional value>)” utmp “<tag>” If no tag was specified, then should match the URL of the page without the domain name. If you use Custom Variables with Events, then both tags’ values will be reflected together in the “utme” parameter, e.g. “5(<category>*<action>*<optional label>*<optional value>)8(<name 1>)9(<value 1>)” 9. E-commerce transaction – i.e. tags using “_addTrans(‘<order ID>’, ‘<affiliation>’, ‘<total transaction>’, ‘<tax>’, ‘<shipping cost>’, ‘<city>’, ‘<state>’, ‘<country>’)” a. Finish the transaction on the order confirmation page. This page should also have a call to “_addItem()” and “_trackTrans()”. b. In HttpFox, look for the HTTP response item from GA for the transaction  click on it. There should only be one call to “_addTrans()” per page. c. In the “Query String” tab’s window, check the following: Parameter Value utmt “tran” utmtid “<order ID>” utmtst “<affiliation>” utmtto “<total transaction>” utmttx “<tax>” utmtsp “<shipping cost>” utmtci “<city>” utmtrg “<state>” utmtco “<country>” 10. E-commerce items – i.e. tags using “_addItem(‘<order ID>’, ‘<SKU>’, ‘<product name>’, ‘<product category>’, ‘<price>’, ‘<quantity>’)” a. Finish the transaction on the order confirmation page. This page should also have a call to “_addTrans()” and “_trackTrans()”. b. In HttpFox, look for the HTTP response item from GA for each item  click on it.
  • 4. If there is more than one call to “_addItem()”, then you should see a corresponding HTTP response item for each call. c. In the “Query String” tab’s window, check the following: Parameter Value utmt “item” utmtid “<order ID>” utmipc “<SKU>” utmipn “<product name>” utmiva “<product category>” utmipr “<price>” utmiqt “<quantity>” Reference: http://code.google.com/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html#gifParameters