-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I'm using several integrations (Google Analytics, Mixpanel and Google Tag Manager). They all work except Google Tag Manager. There, nothing is tracked.
When I check the Network tab in chrome dev tools, I see that the GTM JS file is not loaded. I see https://www.google-analytics.com/analytics.js and https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js being loaded, but no https://www.googletagmanager.com/gtm.js or similar.
There are no errors or warnings. My settings look something like this:
"public": {
"analyticsSettings": {
"Google Analytics": {
"trackingId": "UA-..."
},
"Google Tag Manager": {
"trackingId": "GTM-..."
},
"Mixpanel": {
"token": "...",
"people": true
}
}
},
Any ideas? This is a blocker for us, as without GTM, we can't do ads with conversion tracking...
Metadata
Metadata
Assignees
Labels
No labels