Name | Type | Writable | Restrictions | Description |
---|
applicationId | string | V | | kaltura application name
|
clientVer | string | V | | |
contextId | int | V | | |
controlId | string | V | | the id of the GUI control - will be used in the future to better understand what the user clicked
|
currentPoint | int | V | | the timestamp along the video when the event happend
|
duration | int | V | | the duration of the video in milliseconds - will make it much faster than quering the db for each entry
|
entryId | string | V | | |
eventTimestamp | float | V | | the client's timestamp of this event
|
eventType | KalturaStatsEventType | V | | |
featureType | KalturaStatsFeatureType | V | | |
isFirstInSession | bool | V | | will indicate if the event is thrown for the first video in the session
|
newPoint | int | V | | timestamp of the new point on the timeline of the video after the user seeks
|
partnerId | int | V | | |
processDuration | int | V | | the time in milliseconds the event took
|
referrer | string | V | | the referrer of the client
|
seek | bool | V | | true if the user ever used seek in this session
|
sessionId | string | V | | a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it
|
uiconfId | int | V | | |
uniqueViewer | string | V | | the UV cookie - creates in the operational system and should be passed on ofr every event
|
userId | string | V | | the partner's user id
|
userIp | string | | | will be retrieved from the request of the user
|
widgetId | string | V | | |