GA4 Internal Traffic Filter

A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…

GA4 Internal Traffic Filterとは何ですか?

GA4 Internal Traffic Filterはhttps://metricasboss.com.brによって開発されたChromeの拡張機能で、その主な機能は「A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…」です。

拡張機能のスクリーンショット

screenshot

GA4 Internal Traffic Filter拡張機能のCRXファイルをダウンロード

GA4 Internal Traffic Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A data filter lets you include or exclude incoming event data from being processed by Google Analytics.

Analytics evaluates data filters from the point of creation forward.

This extension will allow you to be able to filter all your team's internal traffic from your data stream within Google Analytics 4 without having to use IP addresses to filter this data.                    

拡張機能の基本情報

名前 GA4 Internal Traffic Filter GA4 Internal Traffic Filter
ID ahfceiellmolahalngnmojcnhhlhhchi
公式URL https://chromewebstore.google.com/detail/ga4-internal-traffic-filt/ahfceiellmolahalngnmojcnhhlhhchi
説明 A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…
ファイルサイズ 542 KB
インストール数 349
現在のバージョン 1.1.2
最終更新日 2023-02-17
公開日 2023-02-16
評価 4.17/5 合計 6 レビュー
開発者 https://metricasboss.com.br
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GA4 Internal Traffic Filter",
    "version": "1.1.2",
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "GA4 Internal Traffic Filter",
        "default_icon": {
            "16": "icon-16x16.png",
            "38": "icon-38x38.png",
            "48": "icon-48x48.png",
            "128": "icon-128x128.png"
        }
    },
    "icons": {
        "16": "icon-16x16.png",
        "38": "icon-38x38.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    }
}