Creating your own Google Analytics Tag Auditing System
Table of contents for creating your own Google Analytics Tag auditing system
- What is Tag Auditing?
- Why do we need Tag Auditing?
- Tag Auditing Tools
- Google Tag Assistant
- Ghostery
- Tag Inspector
- Manual Tag Auditing
- Website Scraper Tools
- Custom Google Analytics Tag Auditing System
- Classic Google Analytics Tags
- Universal Analytics Tags
- Other Marketing Tags
What is Tag Auditing?
Tag auditing is the process of scanning tags on your website to ensure that you are collecting data accurately.
By conducting tag auditing, we are just making sure that all the data collecting tools, like Google Analytics, Google Tag Manager, Facebook and any third party tools, are tracking codes implemented on your website are working properly without any issues. Tag auditing is a first step to ensure that we are collecting the right data.
You can perform a tag audit manually or by using tag auditing tools. It is only easy to do manual audits if you have very few pages on your website. However, for medium or large size websites, it is not possible to do manual audits. In such cases, you need to consider using one of the tag auditing tools which are available on the market.
These systems should be able to crawl your website and look for those tags which are broken and also inform you of the tags which are working correctly. This process needs to be carried out in regular intervals to make sure that the data you collect from your website is accurate, which is key to making important business decisions.
Why Do We Need Tag Auditing?
The main goal of tag auditing is to identify points of failure (broken tags) on your website and make sure that they are fixed on time. This in turn ensures we are collecting accurate data in our analytics system.
Below are some of the key points that we should be covering as part of our tag auditing plan:
- Does every page on the website have Google Analytics tracking code implemented?
- Does every page have the correct analytics tracking code?
- Do we have multiple property IDs implemented on our website?
- Are there any tags that are firing multiple times on the website?
- Are we using the right accounts to link Google Analytics to other tools?
Tag auditing is used to identify various tags (tag is a piece of JavaScript code) on a website for the purpose of:
- Upgrading from Classic Google Analytics to Universal Analytics
- Migrating Classic / Universal Analytics tags & configurations to Google Tag Manager
- Debugging various Google Analytics tracking code issues
- Identifying and removing tags that no longer serve the purpose and should be removed in order to clean the website code.
- Migrating non-Google tags (like Facebook tags, Omniture tags) to Google Tag Manager.
In tag auditing, we identify all the tags currently being deployed on a website. It doesn’t matter whether these tags fire or not. They need to be identified and then updated, migrated or removed.
There are three methods through which you can identify various tags on a website:
- Tag auditing tools
- Manually
- Website scraper tools
Get weekly practical tips on GA4 and/or BigQuery to accurately track and read your analytics data.
Tag Auditing Tools
There are various free and paid tag auditing tools available in the market. The ones which I frequently use are:
- Google Tag Assistant
- Ghostery
- Tag Inspector
Google Tag Assistant
Google Tag Assistant is a Chrome extension through which you can identify and validate the implementation of various Google Tags fired on a web page.
Once the extension is added, make sure that it is enabled. If the extension is in a disabled state, first enable it and reload the page. Once you have reloaded the URL after enabling the extension, you will see all the tags found on the page.
In the extension, you can see different colors next to the tag type. Every color in the tag assistant indicates a different meaning of the tag performance.
- Red color means that there is an issue with that specific tag that needs to be addressed immediately. Click on the tag shown in red to find out what is the issue and how to fix it.
- Yellow color means minor issues with the implementation and needs to be corrected immediately otherwise we might find tracking discrepancies.
- Blue color means non-standard implementation has been found on your website. Though it is not an issue that should be fixed immediately, you can look into it and follow the standard way of implementation.
- Green color means all the tags found on your website are working as expected.
Additionally, you can click on each tag to view what information is collected.
To understand more about the Google Tag Assistant extension, refer to my article: Google Tag Assistant Tutorial
However, there are three shortcomings of Google Tag Assistant:
- It can’t identify and validate tags across a website.
- It doesn’t work for non-Google tags
- It can’t identify tags that don’t fire (as they are either broken or waiting for an event to occur first)
Ghostery
Ghostery is a Chrome extension through which you can identify all the tags (both google and non-Google) which fire on a web page.
This extension also lets you block tags which could be useful in debugging tracking issues:
Just like Google Tag Assistant, it has its own shortcomings:
- It can’t identify tags across a website.
- It can’t identify tags that don’t fire (as they are either broken or waiting for an event to occur first)
Tag Inspector
You can also use a tag inspector to conduct a tag audit on your website. This tool basically helps us understand below by running an audit on our website:
- What are the tags on your site?
- On which pages are these tags present?
- Which pages have missing tags?
- It also provides how the tags are implemented (in source code, or through tag management system)
They have free plans and paid as well. Free is limited to 50 or fewer pages. You need to register with your business email and you can start your scan. It’s basically a three-step process.
Step-1: You need to register with your business email and click on the “Start a new scan” on the top right side.
Step-2: Now provide the URL of your website and click on the next step.
Step-3: In the second step, based on your scanning requirements, you can enable to include subdomains, select specific user agents like Chrome, Firefox or region. Click on ‘Next step’.
Step-4: Click on ‘Begin scan’ and Tag Inspector will begin scanning your pages.
Step-5: Now your report will be ready with a summary of how tags are loaded on your site. You can also export the report.
In the results, you can see the tags found on the website and how they are loaded.
Manual Tag Auditing
I manually search for a tag on a web page if it is not picked up by Google Tag Assistant or Ghostery. Generally, this happens when a tag is broken and thus can not be fired on page load.
For example, if your GTM container code is broken (maybe due to formatting issues) then it won’t be picked up by Google Tag Assistant. In that case, you look into the source code of the page, search for ‘gtm.js’ file to find the location of the GTM container code and determine what is wrong with the code.
I also do manual tag auditing while diagnosing ecommerce tracking issues.
Generally, the ecommerce tracking code is placed on the order confirmation page which can not be accessed directly through any third party tag auditing tool or website scraper.
In fact, any web page which is hidden behind a login or some sort of authentication system can not be scanned by any third-party tool and manual auditing is required.
Website Scraper Tools
Website scraper tools like Screaming Frog SEO spider can be used to identify tags across a website of any size.
I use Screaming Frog for tag auditing and for diagnosing tracking issues. Don’t be fooled by its name. It is much more than an SEO tool. This tool is capable of crawling your complete root domain to find out any issues with the tags implemented on the page. Although it is not a free tool, it is efficient in tag auditing for small and medium-sized websites.
It is a powerful website crawler through which you can identify any piece of code (and its occurrences) across a website of any size and it is not very expensive either. There are other better alternatives to Screaming Frog, when it comes to tag auditing but they will cost you thousands of dollars a year, a price not many are ready to pay.
Also, no paid tag auditing tool I know is able to audit Google Analytics tags the way I am going to show you in the next few minutes.
My tag auditing system will help you in identifying different types of Google Analytics trackings installed on a website like:
- Event Tracking
- Cross-domain tracking
- Social Interactions tracking
- User ID
- Custom dimensions
- Custom metrics
- and many more
Through my tag auditing system, you can:
- Identify the pages where GA/GTM tags are found.
- Identify the pages where GA/GTM tags are not found.
- Identify the pages where data layers are found or not found.
- Identify any tag whether it was fired or not.
- Identify old GA configurations, the ones based on Classic GA traditional syntax or even older urchin syntax.
- Identify non-Google tags and their location.
- Identify any type of GA tracking
- Scan any number and type of tags and technologies used on a website.
Custom Google Analytics Tag Auditing System
Let us suppose you want to audit your website for the following tags and technologies:
- Universal Analytics Tracking Code
- Classic Google Analytics Configuration
- Universal Analytics Cross-domain Auto linking
- Universal Analytics event tracking
- Facebook Custom Audience
You want to scan your website to find the pages which contain or do not contain these tags.
To do this follow the steps below:
Step-1: Open Screaming Frog SEO Spider tool and then go to Configuration > Spider:
Step-2: Uncheck following checkboxes to speed up your crawl:
- Check images
- Check CSS
- Check JavaScript
- Check SWF
- Check External Links
By unchecking these checkboxes you will greatly reduce the crawling time especially if your website has got hundred or thousands of web pages.
Step-3: Go to the Configuration menu and click on ‘Custom’:
Step-4: Set up the following custom filters:
Note: The search strings (like analytis.js) that I have selected to find particular tags are based on the special characters which Screaming Frog SEO Spider can detect.
I am using the latest version of this crawler which is 3.3 and this version supports the following special characters:
- = (equals to)
- / (slash)
- . (dot)
- – (dash)
- : (colon)
- ‘ (single quotation mark)
Screaming Frog is not able to detect strings which contain any of the following special characters:
- _ (underscore)
- ( (parentheses)
- [ (bracket)
- ? (question mark)
Step-4: Now start the crawl and once the crawl is finished, click on the Custom tab on the right-hand side:
Under the ‘Filter’ drop-down menu, you can see all the filters you set up before starting the crawl.
Select one of the filters from the drop-down menu.
You can now filter out all those web pages which contain or do not contain your specified tags.
You can then download the list into Excel by clicking on the ‘Export’ button and then update/remove the tag code from a page.
Following is the list of tags along with their search string for easy reference:
Classic Google Analytics Tags
Tag Search String 1 GA traditional Tracking Code getTracker 2 GA asynchronous Tracking Code ga.js 3 Classic GA configurations gaq.push 4 Custom Variables setCustomVar 5 Traditional GA configuration pageTracker 6 Classic GA Ecommerce Tracking addTrans 7 GA Local currency setup currencyCode 8 GA Event Tracking trackEvent 9 Google Analytics Content Experiments //www.google-analytics.com/cx/api.js 10 GA Cross domain tracking – Traditional pageTracker._setDomainName (won’t work in screaming frog) 11 GA Cross domain tracking – Asynchronous setDomainName 12 GA Search Engine Configuration addOrganic 13 GA Session Timeout Configuration setSessionCookieTimeout 14 GA Campaigns Timeout Configuration setCampaignCookieTimeout 15 GA Referral exclusion Configuration addIgnoredRef 16 GA Search Terms exclusion Configuration addIgnoredOrganic 17 GA Social Interactions Tracking trackSocial 18 GA User Timings trackTiming 19 GA Enhanced link attribution pluginUrl 20 GA Content Group setPageGroup 21 Obsolete Google Analytics urchin.js
Universal Analytics Tags
Tag Search String 1 Universal Analytics Tracking Code analytics.js 2 UA Cookie Name Customization cookieDomain 3 UA Enhanced Link Attribution linkid.js 4 UA App / Screen Tracking screenview
‘appName’:
5 UA Cross Domain Tracking linkerParam 6 UA Cross Domain Auto Linking ‘require’, ‘linker’ 7 Client ID clientId 8 Custom dimensions ‘dimension1′ 9 Custom metric ‘metric1’ 10 UA Advertising/Display Features ‘require’, ‘displayfeatures’ 11 Multiple Trackers .send’, ‘pageview’ 12 UA Ecommerce Tracking ‘require’, ‘ecommerce’ 13 Enhanced Ecommerce Tracking ‘require’, ‘ec’ 14 UA Event Tracking ‘send’, ‘event’ 15 Exceptions Tracking ‘send’, ‘exception’ 16 UA Plugins ‘require’, 17 UA Social Interactions ‘send’, ‘social’ 18 User ID ‘userId’: 19 UA User Timings ‘send’, ‘timing’ 20 UA Content Group ‘set’, ‘contentGroup
Other Marketing Tags
Tag Search String 1 Google Adwords Remarketing var google_remarketing_only = true (won’t work in screaming frog) 2 Google Adwords Conversion Tracking var google_remarketing_only = false (won’t work in screaming frog) 3 Crazy Egg script.crazyegg.com 4 Kissmetrics //i.kissmetrics.com/i.js 5 Inspectlet //cdn.inspectlet.com/inspectlet.js 6 Facebook Conversion Tracking Facebook Conversion Code 7 Facebook Custom Audience ‘addPixelId’ 8 Mix Panel cdn.mxpnl.com 9 Optimizely cdn.optimizely.com 10 Google Tag Manager gtm.js 11 GTM Data Layer dataLayer.push
var dataLayer
12 Adobe Site Catalyst assets.adobedtm 13 AdRoll adroll.com
Other article you will find useful: Cross domain tracking in Google Tag Manager
Other articles on specialized tracking in Google Analytics
- How to see Organic Search Keywords in GA4 (Google Analytics 4)
- Google Analytics Ecommerce Tracking Tutorial
- Google Tag Manager Event Tracking Tutorial
- Google Analytics Event Tracking Tutorial
- Google Analytics Store Visits Tracking Tutorial
- Offline Conversion Tracking in Google Analytics – Tutorial
- Ecommerce Tracking Google Tag Manager (GTM) – Tutorial
- Tracking Virtual Pageviews in Google Tag Manager – Tutorial
- Google Tag Manager YouTube Video Tracking
- Google Analytics Virtual Pageviews Tutorial
- Google Analytics YouTube Integration & Analysis Tutorial
- Google Analytics for Facebook Tutorial
- Cross Domain Tracking in Google Analytics – Complete Guide
- How to use two Google Analytics codes on one page
- How to correctly use referral exclusion list in Google Analytics
- Google Analytics Calculated Metrics – Tutorial
- Creating your own Google Analytics Tag Auditing System
- Google Tag Manager Search Tracking without Query Parameter
- Tracking Google Analytics Paypal Referral and other payment gateways
- How to Track Phone Calls in Google Analytics 4 – Call Tracking Tutorial
- How to track leads in Google Analytics via CRM
- Postbacks in Google Analytics Explained
- Subscription & Recurring Revenue Analytics in Google Analytics
- Track the Impact of Google Analytics Cookie Consent on Website Traffic
- Tracking Offline Conversions in Google Ads
- Implementing Scroll Tracking via Google Tag Manager
- Scroll Depth Tracking in Google Tag Manager – Tutorial
- Site Search Tracking In Google Analytics Without Query Parameters
- Google Tag Manager Youtube Video Tracking via YouTube Video Trigger
- How to Correctly Measure Conversion Date & Time in Google Analytics
- Google Analytics Social Tracking – Twitter, Facebook, Google Plus and LinkedIn
- Cross Domain Tracking in Google Analytics – Complete Guide
- Google Analytics Linkedin & Twitter Tracking
- Creating Content Group in Google Analytics via tracking code using gtag.js
- Google Analytics Site Search Tracking via Query Parameters
- Google Analytics Site Search Tracking Tutorial
- Creating and Using Site Search Funnel in Google Analytics
- How to add Facebook Pixel to Google Tag Manager
- AMP Google Analytics Tracking – Learn to track AMP pages
- Setting up Sales Funnel across websites in Google Analytics
- Google Analytics 4 Regex (Regular Expressions) Tutorial
Table of contents for creating your own Google Analytics Tag auditing system
- What is Tag Auditing?
- Why do we need Tag Auditing?
- Tag Auditing Tools
- Google Tag Assistant
- Ghostery
- Tag Inspector
- Manual Tag Auditing
- Website Scraper Tools
- Custom Google Analytics Tag Auditing System
- Classic Google Analytics Tags
- Universal Analytics Tags
- Other Marketing Tags
What is Tag Auditing?
Tag auditing is the process of scanning tags on your website to ensure that you are collecting data accurately.
By conducting tag auditing, we are just making sure that all the data collecting tools, like Google Analytics, Google Tag Manager, Facebook and any third party tools, are tracking codes implemented on your website are working properly without any issues. Tag auditing is a first step to ensure that we are collecting the right data.
You can perform a tag audit manually or by using tag auditing tools. It is only easy to do manual audits if you have very few pages on your website. However, for medium or large size websites, it is not possible to do manual audits. In such cases, you need to consider using one of the tag auditing tools which are available on the market.
These systems should be able to crawl your website and look for those tags which are broken and also inform you of the tags which are working correctly. This process needs to be carried out in regular intervals to make sure that the data you collect from your website is accurate, which is key to making important business decisions.
Why Do We Need Tag Auditing?
The main goal of tag auditing is to identify points of failure (broken tags) on your website and make sure that they are fixed on time. This in turn ensures we are collecting accurate data in our analytics system.
Below are some of the key points that we should be covering as part of our tag auditing plan:
- Does every page on the website have Google Analytics tracking code implemented?
- Does every page have the correct analytics tracking code?
- Do we have multiple property IDs implemented on our website?
- Are there any tags that are firing multiple times on the website?
- Are we using the right accounts to link Google Analytics to other tools?
Tag auditing is used to identify various tags (tag is a piece of JavaScript code) on a website for the purpose of:
- Upgrading from Classic Google Analytics to Universal Analytics
- Migrating Classic / Universal Analytics tags & configurations to Google Tag Manager
- Debugging various Google Analytics tracking code issues
- Identifying and removing tags that no longer serve the purpose and should be removed in order to clean the website code.
- Migrating non-Google tags (like Facebook tags, Omniture tags) to Google Tag Manager.
In tag auditing, we identify all the tags currently being deployed on a website. It doesn’t matter whether these tags fire or not. They need to be identified and then updated, migrated or removed.
There are three methods through which you can identify various tags on a website:
- Tag auditing tools
- Manually
- Website scraper tools
Tag Auditing Tools
There are various free and paid tag auditing tools available in the market. The ones which I frequently use are:
- Google Tag Assistant
- Ghostery
- Tag Inspector
Google Tag Assistant
Google Tag Assistant is a Chrome extension through which you can identify and validate the implementation of various Google Tags fired on a web page.
Once the extension is added, make sure that it is enabled. If the extension is in a disabled state, first enable it and reload the page. Once you have reloaded the URL after enabling the extension, you will see all the tags found on the page.
In the extension, you can see different colors next to the tag type. Every color in the tag assistant indicates a different meaning of the tag performance.
- Red color means that there is an issue with that specific tag that needs to be addressed immediately. Click on the tag shown in red to find out what is the issue and how to fix it.
- Yellow color means minor issues with the implementation and needs to be corrected immediately otherwise we might find tracking discrepancies.
- Blue color means non-standard implementation has been found on your website. Though it is not an issue that should be fixed immediately, you can look into it and follow the standard way of implementation.
- Green color means all the tags found on your website are working as expected.
Additionally, you can click on each tag to view what information is collected.
To understand more about the Google Tag Assistant extension, refer to my article: Google Tag Assistant Tutorial
However, there are three shortcomings of Google Tag Assistant:
- It can’t identify and validate tags across a website.
- It doesn’t work for non-Google tags
- It can’t identify tags that don’t fire (as they are either broken or waiting for an event to occur first)
Ghostery
Ghostery is a Chrome extension through which you can identify all the tags (both google and non-Google) which fire on a web page.
This extension also lets you block tags which could be useful in debugging tracking issues:
Just like Google Tag Assistant, it has its own shortcomings:
- It can’t identify tags across a website.
- It can’t identify tags that don’t fire (as they are either broken or waiting for an event to occur first)
Tag Inspector
You can also use a tag inspector to conduct a tag audit on your website. This tool basically helps us understand below by running an audit on our website:
- What are the tags on your site?
- On which pages are these tags present?
- Which pages have missing tags?
- It also provides how the tags are implemented (in source code, or through tag management system)
They have free plans and paid as well. Free is limited to 50 or fewer pages. You need to register with your business email and you can start your scan. It’s basically a three-step process.
Step-1: You need to register with your business email and click on the “Start a new scan” on the top right side.
Step-2: Now provide the URL of your website and click on the next step.
Step-3: In the second step, based on your scanning requirements, you can enable to include subdomains, select specific user agents like Chrome, Firefox or region. Click on ‘Next step’.
Step-4: Click on ‘Begin scan’ and Tag Inspector will begin scanning your pages.
Step-5: Now your report will be ready with a summary of how tags are loaded on your site. You can also export the report.
In the results, you can see the tags found on the website and how they are loaded.
Manual Tag Auditing
I manually search for a tag on a web page if it is not picked up by Google Tag Assistant or Ghostery. Generally, this happens when a tag is broken and thus can not be fired on page load.
For example, if your GTM container code is broken (maybe due to formatting issues) then it won’t be picked up by Google Tag Assistant. In that case, you look into the source code of the page, search for ‘gtm.js’ file to find the location of the GTM container code and determine what is wrong with the code.
I also do manual tag auditing while diagnosing ecommerce tracking issues.
Generally, the ecommerce tracking code is placed on the order confirmation page which can not be accessed directly through any third party tag auditing tool or website scraper.
In fact, any web page which is hidden behind a login or some sort of authentication system can not be scanned by any third-party tool and manual auditing is required.
Website Scraper Tools
Website scraper tools like Screaming Frog SEO spider can be used to identify tags across a website of any size.
I use Screaming Frog for tag auditing and for diagnosing tracking issues. Don’t be fooled by its name. It is much more than an SEO tool. This tool is capable of crawling your complete root domain to find out any issues with the tags implemented on the page. Although it is not a free tool, it is efficient in tag auditing for small and medium-sized websites.
It is a powerful website crawler through which you can identify any piece of code (and its occurrences) across a website of any size and it is not very expensive either. There are other better alternatives to Screaming Frog, when it comes to tag auditing but they will cost you thousands of dollars a year, a price not many are ready to pay.
Also, no paid tag auditing tool I know is able to audit Google Analytics tags the way I am going to show you in the next few minutes.
My tag auditing system will help you in identifying different types of Google Analytics trackings installed on a website like:
- Event Tracking
- Cross-domain tracking
- Social Interactions tracking
- User ID
- Custom dimensions
- Custom metrics
- and many more
Through my tag auditing system, you can:
- Identify the pages where GA/GTM tags are found.
- Identify the pages where GA/GTM tags are not found.
- Identify the pages where data layers are found or not found.
- Identify any tag whether it was fired or not.
- Identify old GA configurations, the ones based on Classic GA traditional syntax or even older urchin syntax.
- Identify non-Google tags and their location.
- Identify any type of GA tracking
- Scan any number and type of tags and technologies used on a website.
Custom Google Analytics Tag Auditing System
Let us suppose you want to audit your website for the following tags and technologies:
- Universal Analytics Tracking Code
- Classic Google Analytics Configuration
- Universal Analytics Cross-domain Auto linking
- Universal Analytics event tracking
- Facebook Custom Audience
You want to scan your website to find the pages which contain or do not contain these tags.
To do this follow the steps below:
Step-1: Open Screaming Frog SEO Spider tool and then go to Configuration > Spider:
Step-2: Uncheck following checkboxes to speed up your crawl:
- Check images
- Check CSS
- Check JavaScript
- Check SWF
- Check External Links
By unchecking these checkboxes you will greatly reduce the crawling time especially if your website has got hundred or thousands of web pages.
Step-3: Go to the Configuration menu and click on ‘Custom’:
Step-4: Set up the following custom filters:
Note: The search strings (like analytis.js) that I have selected to find particular tags are based on the special characters which Screaming Frog SEO Spider can detect.
I am using the latest version of this crawler which is 3.3 and this version supports the following special characters:
- = (equals to)
- / (slash)
- . (dot)
- – (dash)
- : (colon)
- ‘ (single quotation mark)
Screaming Frog is not able to detect strings which contain any of the following special characters:
- _ (underscore)
- ( (parentheses)
- [ (bracket)
- ? (question mark)
Step-4: Now start the crawl and once the crawl is finished, click on the Custom tab on the right-hand side:
Under the ‘Filter’ drop-down menu, you can see all the filters you set up before starting the crawl.
Select one of the filters from the drop-down menu.
You can now filter out all those web pages which contain or do not contain your specified tags.
You can then download the list into Excel by clicking on the ‘Export’ button and then update/remove the tag code from a page.
Following is the list of tags along with their search string for easy reference:
Classic Google Analytics Tags
Tag | Search String | |
1 | GA traditional Tracking Code | getTracker |
2 | GA asynchronous Tracking Code | ga.js |
3 | Classic GA configurations | gaq.push |
4 | Custom Variables | setCustomVar |
5 | Traditional GA configuration | pageTracker |
6 | Classic GA Ecommerce Tracking | addTrans |
7 | GA Local currency setup | currencyCode |
8 | GA Event Tracking | trackEvent |
9 | Google Analytics Content Experiments | //www.google-analytics.com/cx/api.js |
10 | GA Cross domain tracking – Traditional | pageTracker._setDomainName (won’t work in screaming frog) |
11 | GA Cross domain tracking – Asynchronous | setDomainName |
12 | GA Search Engine Configuration | addOrganic |
13 | GA Session Timeout Configuration | setSessionCookieTimeout |
14 | GA Campaigns Timeout Configuration | setCampaignCookieTimeout |
15 | GA Referral exclusion Configuration | addIgnoredRef |
16 | GA Search Terms exclusion Configuration | addIgnoredOrganic |
17 | GA Social Interactions Tracking | trackSocial |
18 | GA User Timings | trackTiming |
19 | GA Enhanced link attribution | pluginUrl |
20 | GA Content Group | setPageGroup |
21 | Obsolete Google Analytics | urchin.js |
Universal Analytics Tags
Tag | Search String | |
1 | Universal Analytics Tracking Code | analytics.js |
2 | UA Cookie Name Customization | cookieDomain |
3 | UA Enhanced Link Attribution | linkid.js |
4 | UA App / Screen Tracking | screenview
‘appName’: |
5 | UA Cross Domain Tracking | linkerParam |
6 | UA Cross Domain Auto Linking | ‘require’, ‘linker’ |
7 | Client ID | clientId |
8 | Custom dimensions | ‘dimension1′ |
9 | Custom metric | ‘metric1’ |
10 | UA Advertising/Display Features | ‘require’, ‘displayfeatures’ |
11 | Multiple Trackers | .send’, ‘pageview’ |
12 | UA Ecommerce Tracking | ‘require’, ‘ecommerce’ |
13 | Enhanced Ecommerce Tracking | ‘require’, ‘ec’ |
14 | UA Event Tracking | ‘send’, ‘event’ |
15 | Exceptions Tracking | ‘send’, ‘exception’ |
16 | UA Plugins | ‘require’, |
17 | UA Social Interactions | ‘send’, ‘social’ |
18 | User ID | ‘userId’: |
19 | UA User Timings | ‘send’, ‘timing’ |
20 | UA Content Group | ‘set’, ‘contentGroup |
Other Marketing Tags
Tag | Search String | |
1 | Google Adwords Remarketing | var google_remarketing_only = true (won’t work in screaming frog) |
2 | Google Adwords Conversion Tracking | var google_remarketing_only = false (won’t work in screaming frog) |
3 | Crazy Egg | script.crazyegg.com |
4 | Kissmetrics | //i.kissmetrics.com/i.js |
5 | Inspectlet | //cdn.inspectlet.com/inspectlet.js |
6 | Facebook Conversion Tracking | Facebook Conversion Code |
7 | Facebook Custom Audience | ‘addPixelId’ |
8 | Mix Panel | cdn.mxpnl.com |
9 | Optimizely | cdn.optimizely.com |
10 | Google Tag Manager | gtm.js |
11 | GTM Data Layer | dataLayer.push
var dataLayer |
12 | Adobe Site Catalyst | assets.adobedtm |
13 | AdRoll | adroll.com |
Other article you will find useful: Cross domain tracking in Google Tag Manager
Other articles on specialized tracking in Google Analytics
- How to see Organic Search Keywords in GA4 (Google Analytics 4)
- Google Analytics Ecommerce Tracking Tutorial
- Google Tag Manager Event Tracking Tutorial
- Google Analytics Event Tracking Tutorial
- Google Analytics Store Visits Tracking Tutorial
- Offline Conversion Tracking in Google Analytics – Tutorial
- Ecommerce Tracking Google Tag Manager (GTM) – Tutorial
- Tracking Virtual Pageviews in Google Tag Manager – Tutorial
- Google Tag Manager YouTube Video Tracking
- Google Analytics Virtual Pageviews Tutorial
- Google Analytics YouTube Integration & Analysis Tutorial
- Google Analytics for Facebook Tutorial
- Cross Domain Tracking in Google Analytics – Complete Guide
- How to use two Google Analytics codes on one page
- How to correctly use referral exclusion list in Google Analytics
- Google Analytics Calculated Metrics – Tutorial
- Creating your own Google Analytics Tag Auditing System
- Google Tag Manager Search Tracking without Query Parameter
- Tracking Google Analytics Paypal Referral and other payment gateways
- How to Track Phone Calls in Google Analytics 4 – Call Tracking Tutorial
- How to track leads in Google Analytics via CRM
- Postbacks in Google Analytics Explained
- Subscription & Recurring Revenue Analytics in Google Analytics
- Track the Impact of Google Analytics Cookie Consent on Website Traffic
- Tracking Offline Conversions in Google Ads
- Implementing Scroll Tracking via Google Tag Manager
- Scroll Depth Tracking in Google Tag Manager – Tutorial
- Site Search Tracking In Google Analytics Without Query Parameters
- Google Tag Manager Youtube Video Tracking via YouTube Video Trigger
- How to Correctly Measure Conversion Date & Time in Google Analytics
- Google Analytics Social Tracking – Twitter, Facebook, Google Plus and LinkedIn
- Cross Domain Tracking in Google Analytics – Complete Guide
- Google Analytics Linkedin & Twitter Tracking
- Creating Content Group in Google Analytics via tracking code using gtag.js
- Google Analytics Site Search Tracking via Query Parameters
- Google Analytics Site Search Tracking Tutorial
- Creating and Using Site Search Funnel in Google Analytics
- How to add Facebook Pixel to Google Tag Manager
- AMP Google Analytics Tracking – Learn to track AMP pages
- Setting up Sales Funnel across websites in Google Analytics
- Google Analytics 4 Regex (Regular Expressions) Tutorial
My best selling books on Digital Analytics and Conversion Optimization
Maths and Stats for Web Analytics and Conversion Optimization
This expert guide will teach you how to leverage the knowledge of maths and statistics in order to accurately interpret data and take actions, which can quickly improve the bottom-line of your online business.
Master the Essentials of Email Marketing Analytics
This book focuses solely on the ‘analytics’ that power your email marketing optimization program and will help you dramatically reduce your cost per acquisition and increase marketing ROI by tracking the performance of the various KPIs and metrics used for email marketing.
Attribution Modelling in Google Analytics and BeyondSECOND EDITION OUT NOW!
Attribution modelling is the process of determining the most effective marketing channels for investment. This book has been written to help you implement attribution modelling. It will teach you how to leverage the knowledge of attribution modelling in order to allocate marketing budget and understand buying behaviour.
Attribution Modelling in Google Ads and Facebook
This book has been written to help you implement attribution modelling in Google Ads (Google AdWords) and Facebook. It will teach you, how to leverage the knowledge of attribution modelling in order to understand the customer purchasing journey and determine the most effective marketing channels for investment.