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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is there a way to further configure google analytics via this extension? I am looking to set client_storage: 'none' to obtain something like this:
client_storage: 'none'
<script async='async' src='https://www.googletagmanager.com/gtag/js?id=UA-YOUR_TRACKING_ID'/> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-YOUR_TRACKING_ID', { client_storage: 'none' }); </script>
The text was updated successfully, but these errors were encountered:
Not currently - PRs welcome
Sorry, something went wrong.
Thanks @jelmer, I will keep this in mind!
No branches or pull requests
Is there a way to further configure google analytics via this extension? I am looking to set
client_storage: 'none'
to obtain something like this:The text was updated successfully, but these errors were encountered: