Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Before you start

If you implement your ow tracking pixel in the UI you will find you can use various placeholders to transmit conversion related data from the platform to your own tracking system. However, a placeholder related to basket data is not among them. This is because basket data consists of several data elements, which cannot be transmitted via one placeholder. If you follow the instructions below however, you can make sure basket data is transmitted all the same. Please note the solution with javascript is highly recommended, only use the solution with the image code if you do not have another option.

Transmitting basket data via an image code

Suppose the image pixel you have implemented is the following:

...

As soon as you have created this code, all you need to do is implement it following the instructions in the article on the third party tracking featureanother Webhook article.

Transmitting basket data via javascript

Suppose the javascript you have implemented is the following:

...

As soon as you have created this code, all you need to do is implement it following the instructions in the article on the third party tracking featureanother Webhook article.