Google Tag Manager Blocker Chrome Extension

Google Tag Manager Blocker chrome extension

Google Tag Manager Blocker for Chrome Download

Google Tag Manager Blocker chrome extension is Prevent yourself from triggering Google Tag Manager on your own website..

Prevent yourself from triggering google tag manager on your own website..
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 chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the Google Tag Manager Blocker Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension Google Tag Manager Blocker Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the Google Tag Manager Blocker in Chrome Webstore Search and click on the search button.
  • Step 3: click on the Google Tag Manager Blocker Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the Google Tag Manager Blocker extension for your Chrome Web browser .

Google Tag Manager Blocker Chrome extension Download

Looking for a method to Google Tag Manager Blocker Download for Chrome then this download link is for you.

It is the Google Tag Manager Blocker Chrome extension download link you can download and install Chrome Browser.

Download Google Tag Manager Blocker chrome extension (CRX)

Tags: Gtm Blocker Content , Internal Traffic , Const Gtmblocker Document , Extension Allows , Content Enabled , Events Data , Google Tag Manager , Gtm Blocker , Gtmblockerenabled Gtmblocker , Google Tag Manager Blocker , Github Page , Google Tag Manager Blocker Enabled , Avoid Corrupting , Triggering Google Tag Manager ,

Google Tag Manager Blocker Related Chrome Extensions