Replies: 1 comment
-
@sagar7993 have you tried it ? does it mean that every tag that gtm loads goes into a worker ? very interested to know |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need some help with google analytics, gtag and gtm scripts
This is how I am generating the partytown snippet in webpack ->
Then I insert this snippet in my index.html file like this -
Now I need to load 3 scripts for my app, this is where I need help to understand what I am doing wrong -
In one of my react components, i am initializing google analytics like this ->
This works perfectly fine, i can see google analytics UA4 requests in the network tab working as expected!!
Gtag and GTM scripts aren't working, none of the events are being sent for them, please help me understand. I need ga, gtag, and gtm all 3 in my case working together Please help me with this, i've been stuck on it for quite some time, need to understand the right way to do this
I have searched in the official partytown docs and read various blogs online, this is as far as I've gotten. Am I missing something here? Please help me understand how to get this to work. There are no errors in the console on in the network tab, and I have ensured that the gtag id and the gtm containers exist and are configured properly. Everything works as expected if I remove partytown.
Beta Was this translation helpful? Give feedback.
All reactions