MatteoGabriele / vue-gtag

Global Site Tag plugin for Vue (gtag.js)
https://matteo-gabriele.gitbook.io/vue-gtag/
MIT License
856 stars 62 forks source link

transport_url not supported #536

Closed jasonbronson closed 1 year ago

jasonbronson commented 1 year ago

Please add support for transport_url

gtag('config', 'GTM-XXXXXX', { transport_url: 'https://gtm.mydomain.com' })

This allows users to send using server side only for all page views and events.

Details here for an article explaining the added call. https://www.simoahava.com/gtm-tips/send-google-analytics-requests-custom-endpoint/#gtagjs

jasonbronson commented 1 year ago

Looks like it's not needed can be configured using GTAG MANAGER