Hi,
Below is the code present on shoppingcart page...
But I don't see any abandond data in ecommrece and goal tab.
what is that I am missing here?
<script type="text/javascript">
_paq.push(['addEcommerceItem',
"4449756", // (required) SKU: Product unique identifier
"Floral", // (optional) Product name
"", // (optional) Product category. You can also specify an array of up to 5 categories eg. ["Books", "New releases", "Biography"]
"69.00", // (recommended) Product price
"1" // (optional, default to 1) Product quantity
]);
_paq.push(['addEcommerceItem',
"4449756",
"Floral",
"",
"69.00",
"1"
]);
_paq.push(['addEcommerceItem',
"4449756",
"Floral",
"",
"69.00",
"1"
]);
_paq.push(['trackEcommerceCartUpdate',
"207.00", // (required) Unique Order ID
]);
_paq.push(['trackPageView']);
</script>
Below is the code present on shoppingcart page...
But I don't see any abandond data in ecommrece and goal tab.
what is that I am missing here?
<script type="text/javascript">
_paq.push(['addEcommerceItem',
"4449756", // (required) SKU: Product unique identifier
"Floral", // (optional) Product name
"", // (optional) Product category. You can also specify an array of up to 5 categories eg. ["Books", "New releases", "Biography"]
"69.00", // (recommended) Product price
"1" // (optional, default to 1) Product quantity
]);
_paq.push(['addEcommerceItem',
"4449756",
"Floral",
"",
"69.00",
"1"
]);
_paq.push(['addEcommerceItem',
"4449756",
"Floral",
"",
"69.00",
"1"
]);
_paq.push(['trackEcommerceCartUpdate',
"207.00", // (required) Unique Order ID
]);
_paq.push(['trackPageView']);
</script>