Big Commerce

Setting Up The Tracking

1
Create an Offer the regular way in Scaleo.
2
Select that Offer, go to Goals. Select Edit a Goal and scroll to Tracking Methods section.
3
Select: Tracking Method > IFRAME Pixel. Copy that code.
4

Place the iframe pixel code into the Conversion Tracking Code box for Big Commerce. Click on the Settings link in the top right of the control panel, choose Partner Settings link from the menu and paste the pixel code into the Conversion Tracking Code box.

5

Once you've placed the iframe pixel code make sure to click on the Save button.

6

Here's the example of how iframe pixel can look like:

<iframe src="https://demo-track.scaleo.io/track?goal_id=19&adv_order_id=%%ORDER_ID%%&amount=%%ORDER_AMOUNT%%" height="1" width="1" frameborder="0" scrolling="no"></iframe>
	

Note: Please make sure you change your Scaleo platform URL and Goal ID. You can also remove goal_id parameter entirely if you have just one Goal or you want default Goal to be converted.

Optional Variables

The list of additional place holders you can use in tracking code with Big Commerce:

  • %%ORDER_AMOUNT%% – The order total in dollars/cents.
  • %%ORDER_AMOUNT_IN_CENTS%% – The order total in cents.
  • %%ORDER_SUBTOTAL%% – The order subtotal in dollars/cents.
  • %%ORDER_SUBTOTAL_IN_CENTS%% – The order subtotal in cents.
  • %%ORDER_SUBTOTAL_DISCOUNTED%% – The order subtotal minus coupon and other discount amounts.
  • %%ORDER_SUBTOTAL_DISCOUNTED_IN_CENTS%% – The order subtotal minus coupon and other discount amounts, in cents.
  • %%ORDER_ID%% – The order ID.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us