Support Hours
U.S. & North America
Mon-Fri: 8 AM - 8 PM ET

Europe
Mon-Fri: 8 AM - 1 AM GMT

Australia, Asia, Pacific
Mon-Fri: 8 AM - 5 PM DST

Twitter Feed

How Do I Install the Bing Order Tracking Pixel on My Basic Webstore?

1. Go to Webstores > Basic Webstores > Tracking

2. Under the "Other Vendors Web Analytics Tracking" section, make sure the "Checkout Order Confirmation Page tracking" box is checked.

3. Paste the following code in the text box that appears below the line "To track conversions and performance of paid-search generated traffic insert tracking code for the checkout order confirmation page in the area below." Include the "Begin cashback" and "End cashback" lines.

<!-- Begin Bing Tracking -->
<script language="JavaScript">
<!--
var jf_merchant_id = 'INSERT BING MERCHANT ID';
var jf_merchant_order_num = '{{ORDERID}}';
var jf_purchased_items = new Array();

var jf_skus = '{{ITEMSKULIST}}'.split(',');
var jf_prices = '{{ITEMPRICELIST}}'.split(',');
var jf_qtys = '{{ITEMQUANTITYLIST}}'.split(',');

for (var i=0; i < jf_skus.length; i++) {
//add cart item
var jf_item = new Object();
jf_item.mpi = jf_skus[i];
jf_item.price = jf_prices[i];
jf_item.quantity = jf_quantitys[i];
jf_purchased_items.push(jf_item);
}

-->
</script>
<script language="JavaScript"
src="https://ssl.bing.com/cashback/javascripts/1x1tracking.js">
</script>

<!-- End Bing Tracking -->

4. You should have recieved a merchant ID from Bing. It will be a long string of letters (upper and lower cases) and numbers. In the code you pasted, replace 'Enter The Client's ID Here and Don't Remove the Quotes' with that string. Do not remove the bordering single quotation marks.

5. Click the "Save Changes" button.

Notes:
* If you already have code in the text box that you're pasting into, simply enter this code below the existing code, with a few extra lines added to make the separation clear.
* This is for the Basic Webstore only. The Premium Webstore uses a different set of code. See the link below for instructions on installing the Premium Webstore's tracking pixel.

http://ssc.ChannelAdvisor.com/howto/premium-store-tracking-pixel-install...

0
Your rating: None
0
Your rating: None

Enter Keywords:
Alerts Alerts

Subscribe to have Alerts delivered to your mailbox

Get Started with Support
  1. Subscribe to System Alerts
  2. Release Notes
  3. Join the Forum Community
  4. Keep up to date with industry news via Our Blogs
  5. Follow us:  Twitter, Facebook and Youtube