Hello,
One of our clients has a site where an ecommerce dataLayer was already integrated. I adapted the ecommerce tags and all of them are working fine: “product detail view”, “add to cart” and “remove from cart”.
However, the order tag seems to not work: I did several tests and each time, my session ends up with an abandoned cart and no order.
Here’s the dataLayer event that is pushed when the order is confirmed:
And here is my ecommerce order tag:
I trigger this tag when the dataLayer event “arguments.purchase” occurs. I can see my tag being fired when debugging, so no problem with the trigger.
Also, I tried deleting the double curly braces from the order information properties (for example, turning “{{ transaction_id }}” into “transaction_id”), but the result is the same.
What am I missing? I can share the website link in private if necessary.
Thank you!