Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 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"
    }
  ]
}

...