Skip to main content

User activity request data model

This is a JSON object with the following fields:

Name
Type
Description
Required
contentIdStringThe content ID that was the subject of the activity.Yes
dataTypeString

The type of content. One of:

  • btv
  • vod
Yes
deviceTypeString

The type of device. One of:

  • settopbox
  • mediaplayer
Yes
timestampISO dateThe time of the activity.No (defaults to system time)

Example

JS
{
    "dataType":"vod",
    "deviceType":"SetTopBox",
    "contentId":"TDLA0100000088341751",
    "timestamp":"2014-07-25T12:20:02.000Z"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.