The PageView event is working OK, I get a 200. But when I try:
zaraz.ecommerce("Product Added", {
"product_id": 53206,
"sku": 53206,
"category": "Category1",
"name": "Body Mousse",
"brand": "Example",
"variant": 53206,
"price": 21.95,
"currency": "EUR",
"quantity": 1,
"coupon": "",
"position": 1
});
I get a 404 error. zaraz.ecommerce() is activated by the way.
POST https://comain.com/cdn-cgi/zaraz/t [HTTP/2 404 Not Found 38ms]