hi:
Why visits is - in Ecommerce conversions?
visits at products page view is correct.
when customer submit order ,the visits is -。
products page track code:
_paq.push(['setEcommerceView',
"5419", // (required) SKU: Product unique identifier
"香奈儿 润泽卸妆乳 150ml", // (optional) Product name
"卸妆油", // (optional) Product category, or array of up to 5 categories
369 // (optional) Product Price as displayed on the page
]);
submit order page track code:
_paq.push(['addEcommerceItem',
"5419", // (required) SKU: Product unique identifier
"香奈儿 润泽卸妆乳 150ml", // (optional) Product name
["卸妆油"], // (optional) Product category. You can also specify an array of up to 5 categories eg. ["Books", "New releases", "Biography"] 8.8, // (recommended) Product price
369,
2 // (optional, default to 1) Product quantity
]);
// Here you can add other products in the order
// Specifiy the order details to Piwik server & sends the data to Piwik server
_paq.push(['trackEcommerceOrder',
"1305290987222", // (required) Unique Order ID
738, // (required) Order Revenue grand total (includes tax, shipping, and subtracted discount)
0, // (optional) Order sub total (excludes shipping)
0, // (optional) Tax amount
0, // (optional) Shipping amount
false // (optional) Discount offered (set to false for unspecified parameter)
]);
Why visits is - in Ecommerce conversions?
visits at products page view is correct.
when customer submit order ,the visits is -。
products page track code:
_paq.push(['setEcommerceView',
"5419", // (required) SKU: Product unique identifier
"香奈儿 润泽卸妆乳 150ml", // (optional) Product name
"卸妆油", // (optional) Product category, or array of up to 5 categories
369 // (optional) Product Price as displayed on the page
]);
submit order page track code:
_paq.push(['addEcommerceItem',
"5419", // (required) SKU: Product unique identifier
"香奈儿 润泽卸妆乳 150ml", // (optional) Product name
["卸妆油"], // (optional) Product category. You can also specify an array of up to 5 categories eg. ["Books", "New releases", "Biography"] 8.8, // (recommended) Product price
369,
2 // (optional, default to 1) Product quantity
]);
// Here you can add other products in the order
// Specifiy the order details to Piwik server & sends the data to Piwik server
_paq.push(['trackEcommerceOrder',
"1305290987222", // (required) Unique Order ID
738, // (required) Order Revenue grand total (includes tax, shipping, and subtracted discount)
0, // (optional) Order sub total (excludes shipping)
0, // (optional) Tax amount
0, // (optional) Shipping amount
false // (optional) Discount offered (set to false for unspecified parameter)
]);