Comments

2 comments

  • Official comment
    Avatar
    Support

    Thanks for the video! There's no need to modify any of the Tags, Triggers or Variables our extension creates, as they're fully configured out of the box when importing the JSON container. There are a few things to point out about this specific situation:

    1. If your Success Page URL is default (checkout/onepage/success), you don't need to add it to the configuration.
    2. You're using Measurement Protocol tracking for most of your events, and this means that event data is sent server-side, not client-side via the dataLayer, which is why your tags are not firing. The setting called Automatically disable data layer for enabled measurement protocol events is enabled in your case, and it does what the name suggests. It disables the dataLayer for the enabled events so as to avoid duplicate tracking.

    If you want to keep the dataLayer enabled AND use Measurement Protocol, you can set the Automatically disable data layer for enabled measurement protocol events option to No and simply Pause your Tags in Google Tag Manager. This will ensure the dataLayer stays active and populated and that duplicate data is not sent to Google Analytics because the Tags won't fire.

    Comment actions Permalink
  • Avatar
    Kasper G

    Perfect, adjusted the plugin and disabled measurement protocol for now. It's working. I'm having some trouble with dynamic remarketing, but I'm unsure what the problem is here. 

    0
    Comment actions Permalink

Please sign in to leave a comment.