Creating your own Google Analytics Tag Auditing System

Table of contents for creating your own Google Analytics Tag auditing system

  1. What is Tag Auditing?
  2. Why do we need Tag Auditing?
  3. Tag Auditing Tools
  4. Google Tag Assistant
  5. Ghostery
  6. Tag Inspector
  7. Manual Tag Auditing
  8. Website Scraper Tools
  9. Custom Google Analytics Tag Auditing System
  10. Classic Google Analytics Tags
  11. Universal Analytics Tags
  12. 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:

  1. Does every page on the website have Google Analytics tracking code implemented?
  2. Does every page have the correct analytics tracking code?
  3. Do we have multiple property IDs implemented on our website?
  4. Are there any tags that are firing multiple times on the website?
  5. 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:

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:

  1. Tag auditing tools
  2. Manually
  3. Website scraper tools
Get weekly practical tips on GA4 and/or BigQuery to accurately track and read your analytics data.

 


My step-by-step blueprint for selecting the best Excel charts for data analysis and reporting (40 pages)

Get the FREE e-book on Best Excel Charts For Data Analysis And Reporting (40 Pages)

Download the FREE ebook

 

Tag Auditing Tools

There are various free and paid tag auditing tools available in the market. The ones which I frequently use are:

  1. Google Tag Assistant
  2. Ghostery
  3. 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.

google tag assistant

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:

  1. It can’t identify and validate tags across a website.
  2. It doesn’t work for non-Google tags
  3. It can’t identify tags that don’t fire (as they are either broken or waiting for an event to occur first)
Ghostery

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:

Ghostery blocking tags

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)
Attribution Modelling in Google Analytics and Beyond
Attribution Modelling in Google Ads and Facebook

Get my best selling books on Attribution Modelling

  • Learn to implement attribution modelling in your organisation
  • Understand the customer purchase journey across devices
  • Determine the most effective marketing channels for investment

 Click book covers to find out more

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.

start a new scan

Step-2: Now provide the URL of your website and click on the next step.

Step 1 Tag inspector

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’.

Step2 Tag inspector

Step-4: Click on ‘Begin scan’ and Tag Inspector will begin scanning your pages.

step 3 Tag Inspector

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.

scan status


In the results, you can see the tags found on the website and how they are loaded.

tag found

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:

  1. Identify the pages where GA/GTM tags are found.
  2. Identify the pages where GA/GTM tags are not found.
  3. Identify the pages where data layers are found or not found.
  4. Identify any tag whether it was fired or not.
  5. Identify old GA configurations, the ones based on Classic GA traditional syntax or even older urchin syntax.
  6. Identify non-Google tags and their location.
  7. Identify any type of GA tracking
  8. 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:

  1. Universal Analytics Tracking Code
  2. Classic Google Analytics Configuration
  3. Universal Analytics Cross-domain Auto linking
  4. Universal Analytics event tracking
  5. 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:

Screaming frog configuration spider

Step-2: Uncheck following checkboxes to speed up your crawl:

spider configuration
  1. Check images
  2. Check CSS
  3. Check JavaScript
  4. Check SWF
  5. 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’:

custom menu

Step-4: Set up the following custom filters:

custom filter configuration

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:

  1. = (equals to)
  2. / (slash)
  3. . (dot)
  4. – (dash)
  5. : (colon)
  6. ‘ (single quotation mark)

Screaming Frog is not able to detect strings which contain any of the following special characters:

  1. _ (underscore)
  2. ( (parentheses)
  3. [ (bracket)
  4. ? (question mark)

Step-4: Now start the crawl and once the crawl is finished, click on the Custom tab on the right-hand side:

custom tab

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

 TagSearch String
1GA traditional Tracking CodegetTracker
2GA asynchronous Tracking Codega.js
3Classic GA configurationsgaq.push
4Custom VariablessetCustomVar
5Traditional GA configurationpageTracker
6Classic GA Ecommerce Tracking addTrans
7GA Local currency setupcurrencyCode
8GA Event TrackingtrackEvent
9Google Analytics Content Experiments//www.google-analytics.com/cx/api.js
10GA Cross domain tracking – TraditionalpageTracker._setDomainName (won’t work in screaming frog)
11GA Cross domain tracking – AsynchronoussetDomainName
12GA Search Engine ConfigurationaddOrganic
13GA Session Timeout ConfigurationsetSessionCookieTimeout
14GA Campaigns Timeout ConfigurationsetCampaignCookieTimeout
15GA Referral exclusion ConfigurationaddIgnoredRef
16GA Search Terms exclusion ConfigurationaddIgnoredOrganic
17GA Social Interactions TrackingtrackSocial
18GA User TimingstrackTiming
19GA Enhanced link attributionpluginUrl
20GA Content GroupsetPageGroup
21Obsolete Google Analyticsurchin.js

Universal Analytics Tags

 TagSearch String
1Universal Analytics Tracking Codeanalytics.js
2UA Cookie Name CustomizationcookieDomain
3UA Enhanced Link Attributionlinkid.js
4UA App / Screen Trackingscreenview

 

‘appName’:

5UA Cross Domain Tracking linkerParam
6UA Cross Domain Auto Linking ‘require’, ‘linker’
7Client IDclientId
8Custom dimensions‘dimension1′
9Custom metric‘metric1’
10UA Advertising/Display Features‘require’, ‘displayfeatures’
11Multiple Trackers.send’, ‘pageview’
12UA Ecommerce Tracking‘require’, ‘ecommerce’
13Enhanced Ecommerce Tracking‘require’, ‘ec’
14UA Event Tracking‘send’, ‘event’
15Exceptions Tracking‘send’, ‘exception’
16UA Plugins‘require’,
17UA Social Interactions‘send’, ‘social’
18User ID‘userId’:
19UA User Timings‘send’, ‘timing’
20UA Content Group‘set’, ‘contentGroup

Other Marketing Tags

 TagSearch String
1Google Adwords Remarketingvar google_remarketing_only = true (won’t work in screaming frog)
2Google Adwords Conversion Trackingvar google_remarketing_only = false (won’t work in screaming frog)
3Crazy Eggscript.crazyegg.com
4Kissmetrics//i.kissmetrics.com/i.js
5Inspectlet//cdn.inspectlet.com/inspectlet.js
6Facebook Conversion TrackingFacebook Conversion Code
7Facebook Custom Audience‘addPixelId’
8Mix Panelcdn.mxpnl.com
9Optimizelycdn.optimizely.com
10Google Tag Managergtm.js
11GTM Data LayerdataLayer.push

 

var dataLayer

12Adobe Site Catalystassets.adobedtm
13AdRolladroll.com

Other article you will find useful: Cross domain tracking in Google Tag Manager

  1. How to see Organic Search Keywords in GA4 (Google Analytics 4)
  2. Google Analytics Ecommerce Tracking Tutorial
  3. Google Tag Manager Event Tracking Tutorial
  4. Google Analytics Event Tracking Tutorial
  5. Google Analytics Store Visits Tracking Tutorial
  6. Offline Conversion Tracking in Google Analytics – Tutorial
  7. Ecommerce Tracking Google Tag Manager (GTM) – Tutorial
  8. Tracking Virtual Pageviews in Google Tag Manager – Tutorial
  9. Google Tag Manager YouTube Video Tracking
  10. Google Analytics Virtual Pageviews Tutorial
  11. Google Analytics YouTube Integration & Analysis Tutorial
  12. Google Analytics for Facebook Tutorial
  13. Cross Domain Tracking in Google Analytics – Complete Guide
  14. How to use two Google Analytics codes on one page
  15. How to correctly use referral exclusion list in Google Analytics
  16. Google Analytics Calculated Metrics – Tutorial
  17. Creating your own Google Analytics Tag Auditing System
  18. Google Tag Manager Search Tracking without Query Parameter
  19. Tracking Google Analytics Paypal Referral and other payment gateways
  20. How to Track Phone Calls in Google Analytics 4 – Call Tracking Tutorial
  21. How to track leads in Google Analytics via CRM
  22. Postbacks in Google Analytics Explained
  23. Subscription & Recurring Revenue Analytics in Google Analytics
  24. Track the Impact of Google Analytics Cookie Consent on Website Traffic
  25. Tracking Offline Conversions in Google Ads
  26. Implementing Scroll Tracking via Google Tag Manager
  27. Scroll Depth Tracking in Google Tag Manager – Tutorial
  28. Site Search Tracking In Google Analytics Without Query Parameters
  29. Google Tag Manager Youtube Video Tracking via YouTube Video Trigger
  30. How to Correctly Measure Conversion Date & Time in Google Analytics
  31. Google Analytics Social Tracking – Twitter, Facebook, Google Plus and LinkedIn
  32. Cross Domain Tracking in Google Analytics – Complete Guide
  33. Google Analytics Linkedin & Twitter Tracking
  34. Creating Content Group in Google Analytics via tracking code using gtag.js
  35. Google Analytics Site Search Tracking via Query Parameters
  36. Google Analytics Site Search Tracking Tutorial
  37. Creating and Using Site Search Funnel in Google Analytics
  38. How to add Facebook Pixel to Google Tag Manager
  39. AMP Google Analytics Tracking – Learn to track AMP pages
  40. Setting up Sales Funnel across websites in Google Analytics
  41. 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.

About the Author

Himanshu Sharma

  • Founder, OptimizeSmart.com
  • Over 15 years of experience in digital analytics and marketing
  • Author of four best-selling books on digital analytics and conversion optimization
  • Nominated for Digital Analytics Association Awards for Excellence
  • Runs one of the most popular blogs in the world on digital analytics
  • Consultant to countless small and big businesses over the decade