Replies: 2 comments 3 replies
|
Hi, to confirm are you trying to do something like this? const { proxy } = useScriptGoogleAnalytics();
proxy.gtag('config', 'reset')
proxy.gtag('config', 'UA-XXXXXXX-1', { 'content_group': 'shirts' }); |
3 replies
|
Closing as answered — |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If I understand correctly, the content_group will be sent with the next pageview.
What's the correct way of setting custom dimensions?
All reactions