How to Fix Tracking Code Mismatch in Google Analytics
Overview
Google Analytics periodically checks your data and checks if there are any configuration issues. When Google Analytics finds any issues, it sends notifications as a gentle reminder so that you can fix them.
Sometimes Google Analytics will send you a ‘Tracking Code Mismatch’ notification like in the image below.
You get this notification when some or all of the web pages on your website have got Google analytics tracking code which is meant for another web property. In other words, you are using the Google Analytics tracking code of another website.
Another reason for having this notification is that Google Analytics has detected that the Google Ads account is linked to a different Google Analytics account than the one present on the destination URL.
This type of issue is more likely to occur if you manage multiple websites. Now let’s see in detail the reasons for having this notification.
Why do you get the ‘Tracking Code Mismatch’ notification in Google Analytics?
Some of the reasons for having ‘Tracking Code Mismatch’ notification could be
#1. Multiple websites
In a larger organization that needs a larger digital ecosystem with multiple websites connected. It may be possible that while deploying any new functionality the wrong tracking code is placed on the website. In such a case you will get this notification.
This could happen when you are deploying a new website functionality across multiple websites and somehow didn’t pay attention to selecting the Universal Analytics account according to the website.
#2. Google Ads (AdWords) account issue
If you have linked your Google Ads account to one Google Analytics property and the destination URL in the ads has a different analytics property, you are most likely to get this notification.
For example, suppose you have analytics property UA-XXXX-11 which is linked to the Google Ads account A. Now the destination URL set in the Ads campaigns contains a different domain with different analytics property UA-YYYY-22. In such cases, you are most likely to get a ‘Tracking Code Mismatch’ notification.
#3. GTM variable logic with multiple domains
If you are using Google Tag Manager for analytics implementation and you are also using multiple domains or hostname (website environment). In such a scenario you will generally use the lookup table variable to select the analytics property to which data will be sent.
For example, this lookup variable will decide the analytics property to which data will be sent based on the hostname or page URL like
If the hostname is “www.example.com” data will be sent to UA-XXXX-11 property, and if the hostname is “dev.example.com” data will be sent to UA-XXXX-22 property.
Now while deciding the variable condition, if there are any configuration errors and some or all of the web pages on your website have got Google analytics tracking code which is meant for another web property. You are most likely to get this notification.
How to fix the ‘Tracking Code Mismatch’ notification in Google Analytics
Based on the reason for having ‘Tracking Code Mismatch” notifications in Google Analytics, here are a few solutions that will help you fix it.
#1. Prevention of code mismatch
The best fix to have a different analytics code on your website is to prevent it from happening.
You need to make sure that every deployment going live must be checked thoroughly and validate if the correct tracking code is used. You can bring all teams together working on the deployment, establish best practices to be followed and stick to it.
Make sure that you check your GA tracking code in-network call using the following steps
Step-1: Navigate to your website and just right-click on a web page and select ‘Inspect’:
Step-2: A developer console window will be opened at the bottom of a web page, click on the ‘Network’ Tab
Step-3: Type “Collect?” in the Filter on the Left-hand side and refresh the page.
Step-4: Once the Page is refreshed, you can see the Collect call in the network tab. You can click on the collect call and then on “Headers” to see what information is being passed to Google Analytics. In the below image you can see a page view call sent to google analytics property.
Step-5: Now you can validate if the property is the correct property or not.
#2. Fixing Google Ads account issue
If the ‘Tracking Code Mismatch” notification is triggered because your Google Ads account is targeting multiple domains, you can ignore this error. But if you do not have any other domain then check within Google Analytics reporting and go to
Acquisition >> Campaigns>> Paid Keywords and look for (not set):
If you see “(not set)” value then you have a serious problem and you are directing traffic from your Google Ads account to the Analytics property that is not linked with each other. Make sure that you should have the same analytics property for which you have linked your Google Ads account in the destination URL of the campaigns.
#3. Updating Analytics tracking code using logic
Even if you are using any GTM variable to select the analytics property account you need to test your logic or condition that decides the final analytics property. You can try and the test is using Google Analytics preview mode for this. This way you can validate your logic or condition and it won’t create any issues as well.
So this is how you can fix ‘Tracking Code Mismatch’ in Google Analytics.
Other Articles on Google Analytics Notifications and alerts
- Google Analytics Notifications and Alerts Guide
- How to Fix Clicks and Sessions Discrepancy in Google Analytics.
- How to fix Goal Conversion Irregularities in Google Analytics
- How to fix ‘Missing Tracking Code’ in Google Analytics
- How to Fix Missing Ecommerce Data in Google Analytics
- How to Fix Missing Campaign Parameters in Google Analytics
- How to configure a goal flow in Google Analytics
- How to fix No Hits in Google Analytics
- How to fix self-referrals in Google Analytics
- How to fix ‘Destination URLs Not Tagged’ Google Analytics notification
- How to fix ‘Incomplete Google AdWords Linking’ in Google Analytics
- How to fix ‘Untagged Email Campaigns’ in Google Analytics
- How to Fix Redundant Views in Google Analytics
Frequently asked questions about fixing ‘Tracking Code Mismatch’ notification in Google Analytics
What does ‘Tracking code Mismatch’ notification mean in Google Analytics?
You get a ‘Tracking Code Mismatch’ notification when some or all of the web pages on your website have got Google analytics tracking code which is meant for another web property. In other words, you are using the Google Analytics tracking code of another website.
Another reason for having this notification is that Google Analytics has detected that the Google Ads account is linked to a different Google Analytics account than the one present on the destination URL.
How do I find Google Analytics tracking code?
To find the analytics tracking code you can follow the below steps.
Step-1: Login to Google Analytics console.
Step-2: Click on ‘Admin’ on the left-hand side menu option.
Step-4: Now under the ‘Property Settings’ column, click on ‘Tracking Info’.
Step-5: Now click on ‘Tracking code’ and in the right-hand side panel you will get your Google Analytics tracking code under website tracking.
How do I fix the ‘Tracking Code Mismatch’ notification?
Based on the reason for having ‘Tracking Code Mismatch” notifications in Google Analytics, here are a few solutions that will help you fix it.
1. The best fix to have a different analytics code on your website is to prevent it from happening. You need to make sure that you install the correct GA tracking code, the one which is meant for your website.
2. Have your Google Ads account set up and linked to the correct analytics property.
3. If you are using any GTM variable to select the analytics property account you need to test your logic or condition that decides the final analytics property. You can try and the test is using Google Analytics preview mode for this.
Overview
Google Analytics periodically checks your data and checks if there are any configuration issues. When Google Analytics finds any issues, it sends notifications as a gentle reminder so that you can fix them.
Sometimes Google Analytics will send you a ‘Tracking Code Mismatch’ notification like in the image below.
You get this notification when some or all of the web pages on your website have got Google analytics tracking code which is meant for another web property. In other words, you are using the Google Analytics tracking code of another website.
Another reason for having this notification is that Google Analytics has detected that the Google Ads account is linked to a different Google Analytics account than the one present on the destination URL.
This type of issue is more likely to occur if you manage multiple websites. Now let’s see in detail the reasons for having this notification.
Why do you get the ‘Tracking Code Mismatch’ notification in Google Analytics?
Some of the reasons for having ‘Tracking Code Mismatch’ notification could be
#1. Multiple websites
In a larger organization that needs a larger digital ecosystem with multiple websites connected. It may be possible that while deploying any new functionality the wrong tracking code is placed on the website. In such a case you will get this notification.
This could happen when you are deploying a new website functionality across multiple websites and somehow didn’t pay attention to selecting the Universal Analytics account according to the website.
#2. Google Ads (AdWords) account issue
If you have linked your Google Ads account to one Google Analytics property and the destination URL in the ads has a different analytics property, you are most likely to get this notification.
For example, suppose you have analytics property UA-XXXX-11 which is linked to the Google Ads account A. Now the destination URL set in the Ads campaigns contains a different domain with different analytics property UA-YYYY-22. In such cases, you are most likely to get a ‘Tracking Code Mismatch’ notification.
#3. GTM variable logic with multiple domains
If you are using Google Tag Manager for analytics implementation and you are also using multiple domains or hostname (website environment). In such a scenario you will generally use the lookup table variable to select the analytics property to which data will be sent.
For example, this lookup variable will decide the analytics property to which data will be sent based on the hostname or page URL like
If the hostname is “www.example.com” data will be sent to UA-XXXX-11 property, and if the hostname is “dev.example.com” data will be sent to UA-XXXX-22 property.
Now while deciding the variable condition, if there are any configuration errors and some or all of the web pages on your website have got Google analytics tracking code which is meant for another web property. You are most likely to get this notification.
How to fix the ‘Tracking Code Mismatch’ notification in Google Analytics
Based on the reason for having ‘Tracking Code Mismatch” notifications in Google Analytics, here are a few solutions that will help you fix it.
#1. Prevention of code mismatch
The best fix to have a different analytics code on your website is to prevent it from happening.
You need to make sure that every deployment going live must be checked thoroughly and validate if the correct tracking code is used. You can bring all teams together working on the deployment, establish best practices to be followed and stick to it.
Make sure that you check your GA tracking code in-network call using the following steps
Step-1: Navigate to your website and just right-click on a web page and select ‘Inspect’:
Step-2: A developer console window will be opened at the bottom of a web page, click on the ‘Network’ Tab
Step-3: Type “Collect?” in the Filter on the Left-hand side and refresh the page.
Step-4: Once the Page is refreshed, you can see the Collect call in the network tab. You can click on the collect call and then on “Headers” to see what information is being passed to Google Analytics. In the below image you can see a page view call sent to google analytics property.
Step-5: Now you can validate if the property is the correct property or not.
#2. Fixing Google Ads account issue
If the ‘Tracking Code Mismatch” notification is triggered because your Google Ads account is targeting multiple domains, you can ignore this error. But if you do not have any other domain then check within Google Analytics reporting and go to
Acquisition >> Campaigns>> Paid Keywords and look for (not set):
If you see “(not set)” value then you have a serious problem and you are directing traffic from your Google Ads account to the Analytics property that is not linked with each other. Make sure that you should have the same analytics property for which you have linked your Google Ads account in the destination URL of the campaigns.
#3. Updating Analytics tracking code using logic
Even if you are using any GTM variable to select the analytics property account you need to test your logic or condition that decides the final analytics property. You can try and the test is using Google Analytics preview mode for this. This way you can validate your logic or condition and it won’t create any issues as well.
So this is how you can fix ‘Tracking Code Mismatch’ in Google Analytics.
Other Articles on Google Analytics Notifications and alerts
- Google Analytics Notifications and Alerts Guide
- How to Fix Clicks and Sessions Discrepancy in Google Analytics.
- How to fix Goal Conversion Irregularities in Google Analytics
- How to fix ‘Missing Tracking Code’ in Google Analytics
- How to Fix Missing Ecommerce Data in Google Analytics
- How to Fix Missing Campaign Parameters in Google Analytics
- How to configure a goal flow in Google Analytics
- How to fix No Hits in Google Analytics
- How to fix self-referrals in Google Analytics
- How to fix ‘Destination URLs Not Tagged’ Google Analytics notification
- How to fix ‘Incomplete Google AdWords Linking’ in Google Analytics
- How to fix ‘Untagged Email Campaigns’ in Google Analytics
- How to Fix Redundant Views in Google Analytics
Frequently asked questions about fixing ‘Tracking Code Mismatch’ notification in Google Analytics
What does ‘Tracking code Mismatch’ notification mean in Google Analytics?
You get a ‘Tracking Code Mismatch’ notification when some or all of the web pages on your website have got Google analytics tracking code which is meant for another web property. In other words, you are using the Google Analytics tracking code of another website.
Another reason for having this notification is that Google Analytics has detected that the Google Ads account is linked to a different Google Analytics account than the one present on the destination URL.
How do I find Google Analytics tracking code?
To find the analytics tracking code you can follow the below steps.
Step-1: Login to Google Analytics console.
Step-2: Click on ‘Admin’ on the left-hand side menu option.
Step-4: Now under the ‘Property Settings’ column, click on ‘Tracking Info’.
Step-5: Now click on ‘Tracking code’ and in the right-hand side panel you will get your Google Analytics tracking code under website tracking.
How do I fix the ‘Tracking Code Mismatch’ notification?
Based on the reason for having ‘Tracking Code Mismatch” notifications in Google Analytics, here are a few solutions that will help you fix it.
1. The best fix to have a different analytics code on your website is to prevent it from happening. You need to make sure that you install the correct GA tracking code, the one which is meant for your website.
2. Have your Google Ads account set up and linked to the correct analytics property.
3. If you are using any GTM variable to select the analytics property account you need to test your logic or condition that decides the final analytics property. You can try and the test is using Google Analytics preview mode for this.
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.