Skip to content

TicketShop + GTM + Meta

This page as a reference implementation of both a TicketShop and a Link integration on the page with their example code.

  1. Add GTM to the page as per the Google documentation.
  2. Ensure the tags are configured correctly in GTM - see our suggested implementation here.
  3. Add your Meta Pixel to the page as per the Meta documentation.
  4. Add your FIXR integration to the page including data-enable-pixel and data-enable-gtm on the <script> tag as follows:
    <script
      src="https://web-cdn.fixr.co/scripts/fixr-shop-widget.v1.min.js"
      data-fixr-shop-id="<replace_with_your_ticketshop_id>"
      data-enable-pixel
      data-enable-gtm
    ></script>
    

Live Example