You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Look at what this Meteor package here is doing and copy the behavior over to your project. The important parts are the configuration on the client, the automatic identification (though you're better off redoing those with Accounts.onLogin and Accounts.onLogout) and the browser policy on the server.
Done! Up to date, any integration you want, and less buggy code.
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
andhttps://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js
being loaded, but nohttps://www.googletagmanager.com/gtm.js
or 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...
The text was updated successfully, but these errors were encountered: