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
hi! I have problem.
Project params:
Vue-3
TS-4.1.6
When project run gtag create in head script <script async="" src="https://www.googletagmanager.com/gtag/js?id=GTM-.........&l=dataLayer"></script>
But NOT create (get) <script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-..........."></script>
the second script is very important, because without it, google.tag will not debug the page. How to fix it so that the script is loaded using gtag-vue?
The text was updated successfully, but these errors were encountered:
hi! I have problem.
Project params:
Vue-3
TS-4.1.6
When project run gtag create in head script <script async="" src="https://www.googletagmanager.com/gtag/js?id=GTM-.........&l=dataLayer"></script>
But NOT create (get) <script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-..........."></script>
the second script is very important, because without it, google.tag will not debug the page. How to fix it so that the script is loaded using gtag-vue?
The text was updated successfully, but these errors were encountered: