Created
April 1, 2015 23:42
-
-
Save predictioniogists/08217949c20e70a9c5f0 to your computer and use it in GitHub Desktop.
A sample order event
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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