Skip to content

Instantly share code, notes, and snippets.

@predictioniogists
Created April 1, 2015 23:43
Show Gist options
  • Save predictioniogists/92163dcb70fddb79db50 to your computer and use it in GitHub Desktop.
Save predictioniogists/92163dcb70fddb79db50 to your computer and use it in GitHub Desktop.
A sample customer event
{
"event" : "$set",
"entityType" : "customer",
"entityId" : "<unique id>",
"properties" : {
"DOB" : "<string>",
"channel" : "<string>",
"name" : "<string>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment