snapchat-pixel-via-gtm-integration

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;
}

Snapchat pixel ID

Please make sure to add your own Snapchat pixel ID.

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:

Now we should have all variables, constants and triggers created.

To integrate Snapchat pixel tags, we'll use Snap Pixel template and some examples of final tag setups can be found below.

  • snapchat-pixel-via-gtm-integration.txt
  • Last modified: 2024/04/29 11:03
  • by evaldas-luksys