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
Is your feature request related to a problem? Please describe.
We have a server side GTM proxy that filters out sensitive data before being sent to Google.
Describe the solution you'd like
Instead of loading google analytics script from https://www.google-analytics.com/analytics.js I want the possibility to load it from https://www.my-domain.com/analytics.js and in the gtag config I want to set transport_url: 'https://www.my-domain.com/' and first_party_collection: true
Describe alternatives you've considered
Either write my own implementation or fork this otherwise great implementation and build on top of that.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have a server side GTM proxy that filters out sensitive data before being sent to Google.
Describe the solution you'd like
Instead of loading google analytics script from
https://www.google-analytics.com/analytics.js
I want the possibility to load it fromhttps://www.my-domain.com/analytics.js
and in the gtag config I want to settransport_url: 'https://www.my-domain.com/'
andfirst_party_collection: true
Describe alternatives you've considered
Either write my own implementation or fork this otherwise great implementation and build on top of that.
The text was updated successfully, but these errors were encountered: