Skip to content

Instantly share code, notes, and snippets.

@predictioniogists
Created April 1, 2015 23:42
Show Gist options
  • Save predictioniogists/08217949c20e70a9c5f0 to your computer and use it in GitHub Desktop.
Save predictioniogists/08217949c20e70a9c5f0 to your computer and use it in GitHub Desktop.
A sample order event
{
"event" : "$set",
"entityType" : "order",
"entityId" : "<unique id>",
"properties" : {
"spend" : "<val>",
"city" : "<string>",
"state" : "<string>",
"store" : "<string>",
"customer" : "<val>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment