Data Streaming
Data Objects
Context
2min
This object should contain the information of the context under which an action is being performed by a user. Context should contain the following attributes in a JSON formatted object.
Attribute Name | Description | Type | Required |
---|---|---|---|
Name | Name of the context. This can include the Business definitions of the client | String | Yes |
Type | Client defined type of the Context. | String | Yes |
Id | Id of the Context, such as the id of a Product being purchased, a Post that is being shared or a Video that is being watched. | String | Yes |
Attributes | JSON formatted context properties | JSON | No |