Replies: 1 comment 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' }); |
Beta Was this translation helpful? Give feedback.
3 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?
Beta Was this translation helpful? Give feedback.
All reactions