Home
Integrations Library
E-Commerce Integrations
BigCommerce Integration
BigCommerce Integration

SERIES:

BigCommerce Integration

Learn how to track orders from BigCommerce in Everflow.

Overview

This article explains how to integrate your BigCommerce store with Everflow to track orders. The integration requires adding two scripts to your BigCommerce store: a click tracking script in the header of all pages and a conversion script on the order confirmation page.

The process involves copying code from your Everflow offer, customizing it with your specific tracking domain and advertiser ID, and adding it through BigCommerce's Script Manager.

Once set up correctly, you'll be able to track both clicks and conversions from your BigCommerce store directly in your Everflow account.

Step-By-Step Guide

Step #1

  • When adding or editing an Offer for a BigCommerce integration, be sure of the following:
    • You have entered the BigCommerce store URL set as the Base Destination URL.
    • Direct Linking is enabled under Tracking & Control  

Step #2

  • Next, you will need to add the Click script from the Offer to your BigCommerce account. You can find this in the Tracking card under the Click tab at the Offer Level.
  • Copy the code using the copy button at the bottom right:

Step #3

  • In BigCommerce, go to Storefront > Script Manager and then click the Create a Script button.
  • Name the script and select the following options:
    • Location on page: Head
    • Select pages where script will be added: All pages
    • Script category: Essential (if another option is selected here, customers will need to accept cookies in order for tracking to work)
    • Script type: Script
  • Take the code snippet that you copied from Everflow in Step #2 and paste it into the Script contents section:

Step #4

  • Modify the following script:
  • Replace INSERT_ADVERTISER_ID with the Advertiser ID. The Advertiser ID can be located under Offers > Manage > Click the Offer > General card:
  • From the example above you would use 62 in that spot.
  • Please replace INSERT_YOUR_TRACKING_DOMAIN with the tracking domain found under Offers - Manage > Click the Offer - Tracking card:
  • In the example above, the domain is: www.clik2trk.com
  • Using the examples above, the code snippet would look like this:

Step #5

  • Click the Create a Script button again to add the Conversion script.
  • Name the script and select the following options:
    • Location on page: Footer
    • Select pages where script will be added: Order Confirmation
    • Script category: Essential (if another option is selected here, customers will need to accept cookies in order for tracking to work)
    • Script type: Script
  • Take the code snippet that you modified in Step #4 and paste it into the Script contents section:
  • You will now be able to track Clicks and Conversions from BigCommerce to your Everflow account.