Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Summary / TL:DR: WMC sends this event to Blueshift when a customer lands on an order form page.


Purpose

To indicate in Blueshift when a customer has purchased something/lands on the thank you page.


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

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

{
  "cookie": "e780a824-bd22-e9a3-1a0f-9851ddbbd8cb",
  "email": "testuser@getblueshift.com",
  "event": "checkout_complete", 
  "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.

Open a ticket


Cannot find the article you’re looking for?

Suggest a new article here!

  • No labels