EmbedViewLog
EmbedViewLog
Records of user's embed content viewing activities.
Field | Argument | Type | Description |
---|---|---|---|
nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
id | BigInt! | ||
sessionId | UUID! | The id generated by client. | |
embedViewerId | UUID! | Random UUID generated, remains same for the browser, stored in localstorage. | |
orgId | UUID! | The id of the organization. | |
userId | UUID | The id of the user (for studio_embed_user role). | |
clientAddress | String! | The client's IP address obtained from load balancer or from server. | |
playerClientAddress | String! | The client's IP address explicitly sent by client. | |
clientAgent | String! | The client's user agent. | |
contentType | String! | The id of playlist or channel embeded | |
contentId | UUID! | ||
action | String! | The action: authenticate, play | |
timestamp | Datetime | The timestamp of actioned. |