Hello!
What is the best way to add the total tax in a placed order event? We now have a total Value but would like to add the total VAT/TAX.
Can I just create a new value called TotalVAT and add it for example under properties?
"properties": { "$event_id": "1234", "$value": 29.98, "OrderId": "1234", "Categories": "Fiction", "Classics", "Children"], "ItemNames": "Winnie the Pooh", "A Tale of Two Cities"], "Brands": "Kids Books", "Harcourt Classics"], "DiscountCode": "Free Shipping", "DiscountValue": 5,
Thanks!
Henrik