Tracking Pixels
Last updated
Last updated
Refer a Friend
Referral ProgramNo account yet?
Schedule Sales DemoCheckout Champ is ready for you to add your Google Analytics (Google Tag Manager), Facebook, SnapChat, TikTok, and/or Listrak pixels.
Make sure to publish your funnel after adding or editing your pixels.
Edit the funnel’s settings and open the Tracking Pixels section:
Choose how to fire the Purchase event. Purchase events are Javascript events.
You can simply add your GTM, FB Pixel, SnapChat, TikTok, or Listrak Pixel IDs into the provided fields.
You will find additional information below:
If you add the Tracking Id in the left column, you do not need to add the custom tracking code in the right column. Conversely, if you add the custom tracking code, you do not need to add the Tracking Id.
Checkout Champ supports both Google Tag Manager (GTM) and G4. For both the following events are fired:
Purchase (with an option to fire after initial sale or after all upsells or after each upsell), including
order ID
total amount
currency (G4 only)
total tax
total shipping
coupon code (GTM only)
item information
Checkout Champ by default sends only transaction data to Google. If using Tag Manager (GTM) you have an option to also send enhanced conversion data. Use the 2 steps below (do this even if using only the Tracking Id entry).
https://support.google.com/google-ads/answer/12785317
Step 1: Add the following to the custom head tracking code
Step 2: Add the following to the custom body tracking code
For Google Ads conversion tracking, you can add your Google Ad Words conversion snippet to the Thank You page above the <title> tag, but after the Google tag. In that snippet, you can specify a “value” in the conversion snippet OR dynamically populate the “value” using information passed in the sessions' “orderData”. To correctly collect dynamic conversion data, you must parse orderData from sessionStorage using the correct naming conventions.
For example, one way you could modify the conversion snippet would be to include the order’s “totalAmount” and “orderId”. Be sure to use your own Google Ads AW-CONVERSION_ID/CONVERSION_LABEL in place of the “AW-XXXXXXX/XXXXXXXXXXXXXX” and customize as needed.
Please read Google’s article on How to Use the Google Tag for Ads Conversion for more information.
To learn more about configuring Google Analytics, see here for more information.
For Facebook the following events are fired:
ViewContent (presell pages)
Lead (when a lead page is submitted)
AddToCart (when an item is added to the shopping cart)
CustomizeProduct (when variant details are changed by the consumer)
InitiateCheckout (when a checkout page loads and there is a card number input on the page)
AddPaymentInfo (when a checkout page is submitted with card information)
Purchase (with an option to fire after initial sale or after all upsells)
If you wish to fire other FB pixel events, you can use the Custom Head Tracking Code section on the right side of the page.
You can optionally fire the Facebook Conversions API. Enter your access token (be sure to whitelist your domain and generate token by a system user to avoid expiration). The Conversions API fires the same events as the pixel. It can be advantageous when the pixel (client-side) is blocked by the consumer’s browser.
For various Facebook pixels you would need to get the Jave script code from Facebook and then paste it in the “Custom Head Tracking Code” section on our side.
For SnapChat the following events are fired once the cardholder’s email address is known:
Page View (all pages)
Purchase (with an option to fire after initial sale or after all upsells)
For more information on configuring your SnapChat pixel, please visit the SnapChat resource center, here: SnapChat Business Help
For TikTok the only requirement is that the pixel ID is entered here. Using the pixel ID, TikTok's base tracking code is added to the <head> of each page. This base code includes the standard "page view" event. All remaining configuration is done at TikTok. Any additional events would require you to use TikTok's custom script to be added in the "Custom Tracking Code" section of your funnel's "Tracking Pixels" section.
Enable the Triple Whale checkbox to automatically add the Triple Whale script to the funnel. This requires a Shopify plugin attached to the funnel’s campaign.
More information is here
For Listrak an email is captured as soon as it is entered on a lead or checkout page. Once that is complete an UpdateCart event is called for any product or price changes. The order is automatically submitted based on the setup option - after initial sale or after all upsells.
The following information is sent to Listrak on a purchase: email address, first name, last name, order ID, customer ID, order total amount, shipping total amount, tax total amount, and item information (sku, quantity, price).
These sections can be used to place custom tracking scripts on all pages of your funnel. The custom tracking code is meant to be used when not using the standard tracking pixel ID inputs. You should use one or the other. Entering tracking IDs in both places could lead to tracking abnormalities.
Any scripts added in this section are added programmatically and will not be seen in the HTML of the pages in the builder. Similarly, the scripts will not be seen if you "view source" on the live page. To see these scripts on the live page, right click to "Inspect" the page and find the script in the <head> element or view the Network tab to see the network calls.
Scripts wrapped in a tag cannot be entered here, please use the Global Scripts for these types of scripts or place them directly on the pages.
Checkout Champ allows you to directly add code to a page by clicking the Edit button in the page builder.
Scripts can be automatically added to specific funnels that you determine. For more information, please view our Global Scripts section of the CheckoutChamp Account Settings article.