tracker-surrogates
tracker-surrogates copied to clipboard
💉 Surrogates are small scripts that our apps and extensions serve in place of trackers that cause site breakage when blocked.
Results
2
tracker-surrogates issues
Sort by
recently updated
recently updated
newest added
Found an in-the-wild GTAG script path: `https://www.googletagmanager.com/gtag/js?id=AW-816022932` The `mapping.json` fix should be: ```json "googletagmanager.com": [ { "regexRule": "googletagmanager\\.com\\/gtm\\.js", "surrogate": "gtm.js" }, { "regexRule": "googletagmanager\\.com\\/gtag\\/js", "surrogate": "gtm.js" } ], ```