Parameter Name | Requirement | Parameter Value |
organizationId | Mandatory | ID of the organization/account |


Parameter Name | Requirement | Parameter Value | Additional Notes |
organizationId | Mandatory | ID of the organization/account | |
deviceId | Mandatory | ID of the device | |
assetId | Mandatory | ID of the video asset being played | |
createdBy | Mandatory | Value of the createdBy field for this asset | Available in response of Publishing API -> getAssetPlaybackUrls |
eventName | Mandatory | Acceptable values: - player_load - player_start - player_active - player_seek - player_stop - idle (note additional info) | - Note that "idle" event is only in case when Publishing API -> getAssetPlaybackUrls contains a useSscs field as true - "idle" event MUST be sent before player is initialized |
duration | Mandatory | Duration of asset (in milliseconds) | Exception: use 1 for the "player_load" event. Use correct value for all other events |
currentPosition | Mandatory | Current position of playback (in milliseconds) | |
folderIds | Mandatory | IDs of the folders this asset belongs to (if any, otherwise 0) | Usually can be parsed for the "folders" property of Publishing API -> getAsset or getAssets responses. |
userId | Mandatory (If user logged in) | ID of the logged in user |