GA4 Internal Traffic Filter

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

What is GA4 Internal Traffic Filter?

GA4 Internal Traffic Filter is a Chrome extension developed by https://metricasboss.com.br, and its main feature is "A data filter lets you include or exclude incoming event data from being processed by Google Analytics. Analytics evaluates data…".

Extension Screenshots

screenshot

Download GA4 Internal Traffic Filter Extension CRX File

Download GA4 Internal Traffic Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GA4 Internal Traffic Filter GA4 Internal Traffic Filter
ID ahfceiellmolahalngnmojcnhhlhhchi
Official URL 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…
File Size 542 KB
Installation Count 349
Current Version 1.1.2
Last Updated 2023-02-17
Publish Date 2023-02-16
Rating 4.17/5 Total 6 Ratings
Developer https://metricasboss.com.br
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}