Hi there!
I have a problem with tracking of eCormmerce.
I have ask my client to set this script on their website:
_paq.push([
event: “ecommerceOrder”,
products: [{
sku: “craft-311”,
name: “Unicorn Iron on Patch”,
category: “Crafts & Sewing”,
price: 500,
quantity: 3,
brand: “DMZ”,
variant: “blue”
}, {
sku: “craft-312”,
name: “Unicorn Iron on Grass”,
category: “Crafts & Sewing”,
price: 300,
quantity: 1,
brand: “DMZ”,
variant: “red”
}],
{
orderId: “order-3415”,
grandTotal: “1800”,
subTotal: “1200”,
tax: “396”,
shipping: “600”,
discount: “180”
}
]);
In the PIWIK tag manager - i have put it up like this:
TAG: custom code (async):
TRIGGER: (Data layer event)
Event name EQUALS ecommerceOrder
This is usually how i set up eCommerce tracking for my clients and normally it works - but not this time! - Does anyone knows where the mistake are?
Hope you can help
Have a lovely day
Cathrine