Blueshift Checkout_complete
Summary / TL:DR: WMC sends this event to Blueshift when a customer lands on an order thank you page and will be used to streamline abandon campaigns.
Purpose
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.
Description
After a customer places an order and lands on the thank you page, WMC will fire this event to Blueshift and will get recorded to both known and unknown user profiles. The vid2 parameter which includes the encrypted email address is included in all links sent from Blueshift which WMC decrypts to include it in the event payload. This allows the event to get recorded to the known user profile associated with that email. This event payload will always include the email address from the vid2 value. If an anonymous user lands on an order form the event will be sent with just the cookie that comes from the integrated pageload script that fires on all WMC pages.
Attributes
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 the journey URL nickname from the products array |
item_code | The item that the customer purchased |
Sample Payload
{
"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"
}
]
}
Still need help?
We know this can be frustrating. To get further help open a Jira ticket.
Cannot find the article you’re looking for?
Suggest a new article here!