PDA

View Full Version : Shopping.com & myshopping.com.au Tracking Conversion


Gondwana
28th July 2007, 01:12 PM
I am currently trialling data feeds for myshopping.com.au and shopping.com and would like to implement their conversion tracking code and need some help implementing this. myshopping.com requires;

<!--MyShopping.com.au Code for Purchase Conversion Page -->

<img height=0 width=0 src="https://www.myshopping.com.au/sale.asp?mid=XXX&amount=YYY&order=ZZZ">

I assume this is inserted into Ezimerchant's Display Message under Checkout Completion. To track the amount and order number as well I need to enter theise fields into YYY and ZZZ above respectively. I also assuming that to report the amount I can insert [eziGTS_Total] instead of YYY above. What is the code for Order Number (ZZZ)?

For Shopping.com the script is;

<script language="JavaScript">
var merchant_id = '439123'
var order_id = 'PUT_YOUR_DATA_HERE'
var order_amt = 'PUT_YOUR_DATA_HERE'
var category_id = 'PUT_YOUR_DATA_HERE'
var category_name = 'PUT_YOUR_DATA_HERE'
var product_id = 'PUT_YOUR_DATA_HERE'
var product_name = 'PUT_YOUR_DATA_HERE'
</script>
<script language="JavaScript" src="https://stat.DealTime.com/ROI/ROI.js?mid=439123"></script>

Again I need the Ezimerchant codes for the above and info on exactly how they should be entered.

Final Question. If I wan't to implement multiple conversiojn tracking codes like the two above, do I need to create multiple display message actions or should I combine all the scripts into all into a single action?

Thanks to anyone who can assist. Chris, Gondwana Online

dferguson
28th July 2007, 09:09 PM
Please see the shopping.com documentation that I wrote and made available throu ezimerchant - In the DATA FEEDS -> Shopping.com -> More Information section.

It explains the ROI code, and includes step by step instructions on how to implement the code - complete with screen shots.

The procedure would be the same for myshopping.com.au

The scripts can be placed in to EITHER multiple Display Message actions OR all in the one Display Message action - It makes no difference.