Viewing the Tracking Codes in Your Page's Source Code

3 min read
A tracking code is a piece of javascript code in the source code of your site's pages. Many tools can use these tracking codes to give you insights into how your site visitors interact with your pages. 
For example, Google Analytics uses a tracking code in the first section of your site's code (known as the header) to track information such as how many people are visiting your pages, where they visit from, and what device they're using.
You can view the active tracking codes on your site by viewing your page's source code, changing the user agent in your browser's settings, and then filtering the result. The user agent helps identify which browser you're using. When you select a web crawler bot such as Googlebot as your user agent, you can view the exact content that the bot crawls and see any tracking codes that are present. 
In this article, learn more about:

Viewing your page's tracking codes in Google Chrome

You can use Google Chrome's developer tools to view the tracking codes that are in your page's source code.

To view using Google Chrome:

  1. Open the relevant page of your site in Google Chrome.
  2. Open the developer tools:
    • Windows: Press the F12 key on your keyboard.
    • Mac: Press CMD + Option + I on your keyboard.
  3. Click the More Actions icon at the top right. 
  4. Select More tools
Selecting More Tools in Google Chrome's developer tools
  1. Select Network conditions
  2. Deselect Use browser default under User Agent
  3. Select Googlebot from the drop-down menu. 
Selecting Googlebot as the user agent in Google Chrome
  1. Close the Network conditions tab.
  2. In the top tab, select Network
  3. Enter "/tags" in the filter field.
Entering /tags in the filter field
  1. Refresh the page to see the active tracking codes.

Viewing your page's tracking codes in Safari

You can use the Develop tab in Safari to view the active tracking codes on your page. 

To view using Safari:

  1. Open the relevant page of your site in Safari.
  2. Click Safari in the top menu.
  3. Select Preferences.
  4. Select Advanced.
  5. Select the Show Develop menu in menu bar checkbox.  
  1. Close the Preferences pop-up.
  2. Click Develop in the top menu. 
  3. Hover over User Agent.
  4. Select Other.
  5. Paste the following string in the text box: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Safari/537.36
  6. Click OK to confirm.
  7. Select Network.
Selecting the Network tab in Safari
  1. Enter "/tags" in the filter field.
  2. Refresh the page to see the active tracking codes. 

Get help with your SEO from a professional.
Hire an Expert

Did this help?

|