• This documentation is for an old solution that is no longer supported!
  • Overview
  • 1. Setting up QuBit OpenTag
  • 1.1 Create an OpenTag account
  • 1.2 Expose the data required by OpenTag and Snowplow to OpenTag via the OpenTag Universal Variable
  • 1.3 Create a container tag in OpenTag, and integrate it into your website
  • 2. Integrating Snowplow JavaScript tracking tags with OpenTag
  • 2.1 Integrating Snowplow page tracking tags in OpenTag
  • Setting the {{MY-COLLECTOR-URI}} value
  • Setting the {{SITE-ID}} and {{COOKIE-DOMAIN}} values
  • Updating the reference to sp.js
  • 2.2 Integrating Snowplow event tracking tags in OpenTag
  • 2.2.1 Setting up the event tracking tag to fire at the right time
  • 2.2.2 Defining the event tracking tag (script) itself. (I.e. what code will fire)
  • 2.2.3 Ensuring that the event tracking tag only fires after the page tracking tag has fired
  • 2.3 Integrating Snowplow ecommerce tracking tags
  • 2.3.1 Creating the ecommerce tracking tag in OpenTag
  • 2.3.2 Triggering the code to fire on the order confirmation page
  • 2.3.3 Ensuring that the EcommTracker fires after the PageTracker
  • 2.4 Integrating other Snowplow tracking tags
  • 2.5 Publishing your changes in OpenTag
  • 3. Next steps