Skip to content

Commit da88fe3

Browse files
author
markzegarelli
authored
Add required event field in example Track payload (#3889)
1 parent c5d34e9 commit da88fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/connections/spec/common.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Here's an example of these common fields in raw JSON:
8989
"Mixpanel": false,
9090
"Salesforce": false
9191
},
92+
"event": "Report Submitted",
9293
"messageId": "022bb90c-bbac-11e4-8dfc-aa07a5b093db",
9394
"receivedAt": "2015-12-10T04:08:31.909Z",
9495
"sentAt": "2015-12-10T04:08:31.581Z",
@@ -97,6 +98,7 @@ Here's an example of these common fields in raw JSON:
9798
"userId": "97980cfea0067",
9899
"version": 2
99100
}
101+
100102
```
101103

102104
In more detail these common fields for every API call are:

0 commit comments

Comments
 (0)