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 include 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",
  "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.

Open a ticket

...