Documentation
Documentation (JA)
Documentation (JA)
  • Documentation
  • Products
    • Fanplayr Targeting Portal
    • Fanplayr 360
    • PrivacyID
    • SiteSpeed
  • Features
    • Merchandising
    • Security
    • SMS
    • Web Push Notifications
      • Direct Integration Guide
      • Popup Integration Guide
      • Imaging Sizing Guide
    • Data Residency
  • Fanplayr Targeting
    • E-Commerce Integrations
      • BigCommerce
      • CommerceV3
      • Magento 1
        • Getting Started
        • Configuration
      • Magento 2
      • Miva Merchant
      • PrestaShop
      • Salesforce Commerce Cloud
      • Shopify
      • Volusion
      • VTEX
      • VTEX IO
    • Custom Integration
      • Page tracking
        • Apply to cart
        • Session offers
      • Order tracking
      • Data types
        • CartAction
        • Product
      • Data Layer API
      • Enhanced user identification
        • Manual Integration
      • Segmentation as a service
      • Lazy loading
      • Page caching
      • Tag managers
      • Single page apps
      • Custom data for verticals
        • Travel
    • Pixel Integration
    • ESP Integrations
    • Link Decoration
    • User Management
      • User Identity
      • User Properties
  • Other
    • CSP & Domains
Powered by GitBook
On this page

Was this helpful?

  1. Fanplayr Targeting

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>
PreviousTravelNextUser Management

Was this helpful?