Summary / TL:DR: WMC sends this event to Blueshift when a customer lands on a an order thank you page and will be used to streamline abandon campaigns.
...
To indicate in Blueshift when a customer has purchased something/lands on the thank you page. It will be used in abandon campaigns at the recommendation level to filter out users from receiving an abandon email if they placed an order.
...
cookie | Cookie from pageload script |
Email that is decrypted from the vid2 value if the link was sent from Blueshift | |
event | Event name |
products | Object array that includes the journey URL nickname as the sku |
product_ids | Generated by Blueshift. Includes items the journey URL nickname from the product products array |
item_code | The item that the customer purchased |
...
Sample Payload
Code Block |
---|
{ "cookie": "e780a824-bd22-e9a3-1a0f-9851ddbbd8cb", "email": "testuser@getblueshift.com", "event": "checkout_complete", "item_code": "CMZ", "product_ids": [ "WMC-CMZREN-3CH23" ], "products": [ { "sku": "WMC-CMZREN-3CH23" } ] } |
...