Name |
Type |
Writable |
Restrictions |
Description |
clientVer |
string |
V |
|
|
eventType |
KalturaStatsEventType |
V |
|
|
eventTimestamp |
float |
V |
|
the client's timestamp of this event |
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 |
partnerId |
int |
V |
|
|
entryId |
string |
V |
|
|
uniqueViewer |
string |
V |
|
the UV cookie - creates in the operational system and should be passed on ofr every event |
widgetId |
string |
V |
|
|
uiconfId |
int |
V |
|
|
userId |
string |
V |
|
the partner's user id |
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 |
userIp |
string |
|
|
will be retrieved from the request of the user |
processDuration |
int |
V |
|
the time in milliseconds the event took |
controlId |
string |
V |
|
the id of the GUI control - will be used in the future to better understand what the user clicked |
seek |
bool |
V |
|
true if the user ever used seek in this session |
newPoint |
int |
V |
|
timestamp of the new point on the timeline of the video after the user seeks |
referrer |
string |
V |
|
the referrer of the client |
isFirstInSession |
bool |
V |
|
will indicate if the event is thrown for the first video in the session |
applicationId |
string |
V |
|
kaltura application name |
contextId |
int |
V |
|
|
featureType |
KalturaStatsFeatureType |
V |
|
|