Summary / TL:DR: WMC sends this event to Blueshift when a customer lands on an order form page.
...
Purpose
To be used in the automation of abandon series campaignsindicate in Blueshift when a customer has viewed an order form.
...
Description
When a customer lands on an order form 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 items from the product array |
...
Sample Payload
Code Block |
---|
{ "cookie": "e780a824-bd22-e9a3-1a0f-9851ddbbd8cb", "email": "testuser@getblueshift.com", "event": "checkout", --or checkout_complete "product_ids": [ "WMC-CMZREN-3CH23" ], "products": [ { "sku": "WMC-CMZREN-3CH23" } ] } |
...
Info |
---|
Still need help? We know this can be frustrating. To get further help open a Jira ticket. |
...
Note |
---|
Cannot find the article you’re looking for? Suggest a new article here! |