Shopzilla Script Variables
Posted: Tue Oct 07, 2008 2:22 pm
Hello. I need to add this Shopzilla ROI script to our website. Can some help me determine a) where to put the code (what page) and b) how to get the appropriate variables into the script. Thanks!
Code: Select all
<!-- Shopzilla -->
<script language="javascript">
<!--
/* Performance Tracking Data */
var mid = '******';
var cust_type = '';
var order_value = '';
var order_id = '';
var units_ordered = '';
//-->
</script>
<script language="javascript" src="https://www.shopzilla.com/css/roi_tracker.js"></script>