save-analytics-from-content-blockers icon indicating copy to clipboard operation
save-analytics-from-content-blockers copied to clipboard

A proxy back end for Google Tag Manager & Google Analytics

Results 4 save-analytics-from-content-blockers issues
Sort by recently updated
recently updated
newest added

It looks like GA made some changes to the JS on 17th Feb and this script in the current form no longer works. It alters one GA with an incomplete...

Thank you for the very excellent repo. I installed it successfully, and it works fine with GTM and GA. However, when adding Facebook Pixel in GTM. The Facebook Pixel script...

It appears when Signals data is turned on, the browser makes a call to a google page for /ga-audiences. This does not appear mapped so some browsers will try and...

Steps to reproduce: add this gtm code (tried masking also leads to same error) ``` (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://your-proxy/www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-XXXXXXX'); ``` this proxies to gtm script but leads...