Google Tag Manager Blocker のアイテムロゴ画像

Google Tag Manager Blocker

4.0(

4 件の評価

)
拡張機能デベロッパー ツール491 ユーザー
Google Tag Manager Blocker のアイテム メディア 2 のスクリーンショット
Google Tag Manager Blocker のアイテム メディア 3 のスクリーンショット
アイテムの動画サムネイル
Google Tag Manager Blocker のアイテム メディア 2 のスクリーンショット
Google Tag Manager Blocker のアイテム メディア 3 のスクリーンショット
アイテムの動画サムネイル
Google Tag Manager Blocker のアイテム メディア 2 のスクリーンショット
アイテムの動画サムネイル
Google Tag Manager Blocker のアイテム メディア 2 のスクリーンショット
Google Tag Manager Blocker のアイテム メディア 3 のスクリーンショット

概要

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.

詳細

  • バージョン
    0.0.1
  • 更新:
    2021年2月17日
  • 提供元
    thomasharperdev
  • サイズ
    26.74KiB
  • 言語
    English
  • デベロッパー
    メール
    thomasharperdev@gmail.com
  • 非取引業者
    このデベロッパーは取引業者として申告していません。EU 加盟国の消費者とこのデベロッパーとの間に締結された契約には、消費者の権利が適用されません。

プライバシー

拡張機能を管理し、組織での使用状況を確認できます
デベロッパーは、お客様のデータを収集または使用しないことを表明しています。

このデベロッパーは、お客様のデータについて以下を宣言しています

  • 承認されている以外の用途で第三者に販売しないこと
  • アイテムの中心機能と関係のない目的で使用または転送しないこと
  • 信用力を判断する目的または融資目的で使用または転送しないこと
Google アプリ