GA4 Internal Traffic Filter

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

Cos'è GA4 Internal Traffic Filter?

GA4 Internal Traffic Filter è un'estensione di Chrome sviluppata da https://metricasboss.com.br, e la sua funzione principale è "A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GA4 Internal Traffic Filter

Scarica i file di estensione GA4 Internal Traffic Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GA4 Internal Traffic Filter GA4 Internal Traffic Filter
ID ahfceiellmolahalngnmojcnhhlhhchi
URL Ufficiale https://chromewebstore.google.com/detail/ga4-internal-traffic-filt/ahfceiellmolahalngnmojcnhhlhhchi
Descrizione A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…
Dimensione del File 542 KB
Conteggio Installazioni 349
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-02-17
Data di Pubblicazione 2023-02-16
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore https://metricasboss.com.br
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}