Is it possible to load self-hosted GoogleTagManager script? #387
Unanswered
IdreesSamadi
asked this question in
Q&A
Replies: 1 comment
-
You can just provide the const { proxy } = useScriptGoogleTagManager({
id: 'YOUR_ID' // id is only needed if you haven't configured globally
}, {
bundle: true
}) Checkout the docs here https://scripts.nuxt.com/docs/guides/bundling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some of the other analytics Umami and Matomo allow you to load the self-hosted versions. Is this possible for Google Tag Manager?
I am self-hosting the Google Tag Manager, and want to provide the URL to
useScriptGoogleTagManager
. Something like the following:Beta Was this translation helpful? Give feedback.
All reactions