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...
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.jsandhttps://cdn.mxpnl.com/libs/mixpanel-2-latest.min.jsbeing loaded, but nohttps://www.googletagmanager.com/gtm.jsor similar.There are no errors or warnings. My settings look something like this:
Any ideas? This is a blocker for us, as without GTM, we can't do ads with conversion tracking...