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 example "actor" { "type" "user", "id" "js1234", "attributes" {"name" "john doe"} }