Skip to content

Google Tag Manager integration not working #214

@cpury

Description

@cpury

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions