User activity request data model
This is a JSON object with the following fields:
Name | Type | Description | Required |
---|---|---|---|
contentId | String | The content ID that was the subject of the activity. | Yes |
dataType | String | The type of content. One of:
| Yes |
deviceType | String | The type of device. One of:
| Yes |
timestamp | ISO date | The time of the activity. | No (defaults to system time) |
Example
{
"dataType":"vod",
"deviceType":"SetTopBox",
"contentId":"TDLA0100000088341751",
"timestamp":"2014-07-25T12:20:02.000Z"
}