Summary / TL:DR: WMC sends this event to Blueshift when a customer lands on an order form page and will be used to streamline abandon campaigns.
...
To indicate in Blueshift when a customer has viewed an order form. It will be used in abandon campaigns to qualify users for abandon campaigns.
...
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 first item that is available on the WMC order page |
...
Sample Payload
Code Block |
---|
{
"cookie": "e780a824-bd22-e9a3-1a0f-9851ddbbd8cb",
"email": "testuser@getblueshift.com",
"event": "checkout",
"item_code": "CMZ",
"product_ids": [
"WMC-CMZREN-3CH23"
],
"products": [
{
"sku": "WMC-CMZREN-3CH23"
}
]
} |
...