GA4 Internal Traffic Filter
A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…
Qu'est-ce que GA4 Internal Traffic Filter ?
GA4 Internal Traffic Filter est une extension Chrome développée par https://metricasboss.com.br, et sa fonction principale est "A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GA4 Internal Traffic Filter
Téléchargez les fichiers d'extension GA4 Internal Traffic Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GA4 Internal Traffic Filter |
ID | ahfceiellmolahalngnmojcnhhlhhchi |
URL Officiel | https://chromewebstore.google.com/detail/ga4-internal-traffic-filt/ahfceiellmolahalngnmojcnhhlhhchi |
Description | A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data… |
Taille du Fichier | 542 KB |
Nombre d'Installations | 349 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2023-02-17 |
Date de Publication | 2023-02-16 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | https://metricasboss.com.br |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |