snapchat-pixel-via-gtm-integration

This is an old revision of the document!


Description

In this example we'll need to set up GTM custom variables, triggers and tags. This will allow us submitting the required data to Snapchat analytics.

Bare in mind, this is an example of the Snapchat pixel set up and your final set up might differ.

As an example, we'll be creating Slip UUID custom variable. Let's visit Variables section in the GTM and click to create a new variable. The final result for the Slip UUID variable should look like this:

In this case we:

  • Named the new variable as Slip UUID
  • Chose the Variable type to be Data Layer Variable
  • Data Layer Variable Name is slipUUID

The most important part here is the Data Layer Variable Name, since this piece of data will be coming from our app and so we need to enter this key correctly.

Other variables should be created using the same principle:

Variable name Data Layer Variable Name
Amount amount
Wallet type walletType
Event UUIDS eventUUIDS
Email email
Phone phone
Deposits count depositsCount

We also need to create a couple constant variables. These will be used the same way as the variables in the previous section.

Currency

Please make sure to replace 'EUR' currency with your own.

Number of slip items

Please copy the JavaScript snippet below, as the one from screenshots is added just for display purposes.

function () {
  var items = {{Event UUIDS}};

  if (!items) {
    return 0;
  }

  return items.length;
}

The triggers we'll be implementing: Bets (main wallet), FTD (First time deposit), Subsequent deposit, Registration finished.

The most important parts are:

Let's implement these triggers according to the screenshots:

  • snapchat-pixel-via-gtm-integration.1713961017.txt.gz
  • Last modified: 2024/04/24 12:16
  • by evaldas-luksys