Pixel Integration

For this type of integration, the Fanplayr Technical Services team will take care of the integration development.

You only need to provide us with a procedure to do a test order and a valid coupon code (if the website uses coupon codes).

Once completed, the Technical Services team will send you a simple tag that should be added to every page of the website. The tag could be added directly on the page or using a container tag (for instance, GTM).

The only important thing is that the tag is added at the main window level, and not inside an iframe

Following is an example of a tag (please don't use this, you will receive a specific tag for your website):

<script>
(function (w, d, s) {
  var js = d.createElement(s); js.async = true;
  js.src = "//cdn.fanplayr.com/customers/customer/adaptor/adaptor.js";
  var fjs = d.getElementsByTagName(s)[0];
  fjs.parentNode.insertBefore(js, fjs);
}(window, document, "script"));
</script>

Last updated