We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an ability to load the script tag:
<script async="" src="https://www.googletagmanager.com/gtag/js?id=GTM-XXXXXX&l=dataLayer"></script>
within the head tag instead of within the body tag?
The text was updated successfully, but these errors were encountered:
It would be great if this was a module option as it is recommended to insert into <head> of document. https://nuxt.com/modules/nuxt-gtm#modules-options
<head>
Some other plugins/modules in other frameworks has something like this appendTo: head | body
appendTo: head | body
Sorry, something went wrong.
Yes, need this :)
No branches or pull requests
Is there an ability to load the script tag:
<script async="" src="https://www.googletagmanager.com/gtag/js?id=GTM-XXXXXX&l=dataLayer"></script>
within the head tag instead of within the body tag?
The text was updated successfully, but these errors were encountered: