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…”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |