Data Streaming
Data Objects
Actor
2min
This object should contain the information of the user performing an action in the application. The Actor should contain the following attributes in a JSON formatted object.
Attribute Name | Description | Type | Required |
---|---|---|---|
Type | User defined Type of the actor. This can include the Business definitions of the user | String | Yes |
Id | Id of the actor. | String | Yes |
Attributes | Additional profile information about the user as captured in the application. Please include information that can be beneficial for extracting insights. Personally Identifiable Information (PII) is NOT recommended. | JSON | No |