Skip to content
New issue

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

How to further configure ga? #13

Open
lola-masson opened this issue Jan 10, 2024 · 2 comments
Open

How to further configure ga? #13

lola-masson opened this issue Jan 10, 2024 · 2 comments

Comments

@lola-masson
Copy link

lola-masson commented Jan 10, 2024

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:

<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>
@jelmer
Copy link
Collaborator

jelmer commented May 8, 2024

Not currently - PRs welcome

@lola-masson
Copy link
Author

Thanks @jelmer, I will keep this in mind!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants