All Collections
Integrations
BigCommerce
Tracking and abandoned cart
Add site and ROI tracking to your BigCommerce store
Add site and ROI tracking to your BigCommerce store

See how your content affects your sales with ROI tracking.

Gareth Burroughes avatar
Written by Gareth Burroughes
Updated over a week ago

Advanced revenue attribution

Using the Dotdigital for BigCommerce connector to sync your order data allows you to make use of our Advanced revenue attribution model. Advanced revenue attribution does not require the ROI script to be installed but if you prefer to use the ROI tracking script to track your revenue, the steps below will show you how.

Learn more in Revenue attribution.

Site and ROI tracking gives you a greater appreciation of your campaigns' ROI conversion rates by allowing you to:

  • Track the journey of contacts who go on to access your website using links in your campaigns.

  • Track ROI values for those same customers.

  • Split test your campaigns using ROI metrics.

    Learn more about ROI split testing in Setting up ROI split testing markers.


Add site tracking to your BigCommerce store

  1. Go to Storefront > Script Manager and select Create a Script.

  2. In the Create Script window, complete the following fields:

    • Name of script

    • Description

    • Location on page

    • Pages the script should be added to - select All pages

    • Script category - select Analytics

    • Script type - select Script

    • Script contents - enter the following script:

      <script src="https://r1-t.trackedlink.net/_dmpt.js" 
      type="text/javascript"></script>
      • Replace r1 in the source URL with the correct region for your store. For Europe, retain r1, for North America, use r2 and for Asia Pacific use r3.

  3. Select Save.


Add ROI tracking to your BigCommerce store

  1. Go to Storefront > Script Manager and select Create a Script.

  2. In the Create Script window, complete the following fields:

    • Name of script

    • Description

    • Location on page

    • Pages the script should be added to - select Order confirmation

    • Script category - select Analytics

    • Script type - select Script

    • Script contents - enter the following script:

      <script> _dmTrack("CheckOutAmount", %%ORDER_AMOUNT%%); 
      /script>
  3. Select Save.

Did this answer your question?