Open
Description
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
Labels
No labels