Engagement Metrics
Analytics of Media
Returns analytics of Media.
GET
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
A comma separated list of Media Keys. Up to 100 are allowed in a single request.
The Media Key identifier for this attachment.
YYYY-MM-DDTHH:mm:ssZ. The UTC timestamp representing the end of the time range.
YYYY-MM-DDTHH:mm:ssZ. The UTC timestamp representing the start of the time range.
The granularity for the search counts results.
Available options:
hourly
, daily
, total
A comma separated list of MediaAnalytics fields to display.
Available options:
cta_url_clicks
, cta_watch_clicks
, media_key
, play_from_tap
, playback25
, playback50
, playback75
, playback_complete
, playback_start
, timestamp
, video_views
, watch_time_ms
Example:
[
"cta_url_clicks",
"cta_watch_clicks",
"media_key",
"play_from_tap",
"playback25",
"playback50",
"playback75",
"playback_complete",
"playback_start",
"timestamp",
"video_views",
"watch_time_ms"
]
Response
200
application/json
The request has succeeded.
An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).