You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
This feature is important because a lot of companies are moving to server side tracking for privacy, better data control and bypass adblockers.
Proposal
Change the GoogleTagManager tag for something like:
<GoogleTagManager gtmId="CutomID" destination="remoteURL" />
The destination parameter can look something like: https://tracking.example.com/gtm.js
If parameter not set, we use the default GTM link.
We need also to be able to change the filename gtm.js to another name.
Some Adblockers are looking for the file name. We need to put the entire URL, including the javascript filename.
I hope it was clear.
Beta Was this translation helpful? Give feedback.
All reactions