Skip to content

How to further configure ga? #13

Open
@lola-masson

Description

@lola-masson

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions