Google Tag Manager Blocker chrome extension

Version: 0.0.1
Google Tag Manager Blocker
Prevent yourself from triggering Google Tag Manager on your own website.
5.00 Based on 3 user rates

What is Google Tag Manager Blocker?

Google Tag Manager Blocker is a tag manager extension for chrome. it's a free extension , it has 743 active users since released its first version, it earns an average rating of 5.00 from 3 rated user, last update is 1163 days ago.


What’s new in version 0.0.1?

                This extension allows you to block internal traffic from triggering a connection to Google Tag Manager, hence allowing you to avoid corrupting the analytics and events data generated by your website.

See the GitHub page here: https://github.com/tommyrharper/gtm-disabler-chrome

In order to install this on your on your website you will need to:
Insert the following tag into your HTML header:

```HTML
<meta name="GTM-Blocker" content="disabled" />
```

Now you can use this piece of code wherever you connect to Google Tag Manager on the FE of your application using the following Logic:
```JavaScript
const GTMBlocker = document.querySelector('meta[name="GTM-Blocker"]');
const GTMBlockerEnabled = GTMBlocker.content === 'enabled'

if (GTMBlockerEnabled) // DO NOT CONNECT TO GOOGLE TAG MANAGER
else // CONNECT TO GOOGLE TAG MANAGER
```

Now when you visit your own webpage, with Google Tag Manager Blocker enabled on you, will no longer connect to GTM, and no false events will be triggered.            

How to install Google Tag Manager Blocker?

You could download the latest version crx file or older version files and install it.


Preview of Google Tag Manager Blocker


Technical Features:

  • Latest Version: 0.0.1
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Wednesday, February 17th, 2021
  • Author: thomasharperdev

Google Tag Manager Blocker Available languages:

English.


FAQ


Reviews of google tag manager blocker:


Jake Bridge March 16th, 2021
Jake Bridge

Super useful!


Meg White March 15th, 2021
Meg White

??

Read more review & comments of google tag manager blocker