GA4 Internal Traffic Filter

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

Co je GA4 Internal Traffic Filter?

GA4 Internal Traffic Filter je rozšíření Chrome vyvinuté https://metricasboss.com.br, a jeho hlavní funkcí je „A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GA4 Internal Traffic Filter

Stáhněte si soubory rozšíření GA4 Internal Traffic Filter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GA4 Internal Traffic Filter GA4 Internal Traffic Filter
ID ahfceiellmolahalngnmojcnhhlhhchi
Oficiální URL https://chromewebstore.google.com/detail/ga4-internal-traffic-filt/ahfceiellmolahalngnmojcnhhlhhchi
Popis A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…
Velikost souboru 542 KB
Počet instalací 349
Aktuální Verze 1.1.2
Poslední Aktualizace 2023-02-17
Datum Vydání 2023-02-16
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář https://metricasboss.com.br
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}