Collection avg watch per unique User
Developing
GET
/projects/{projId}/collections/{collectionId}/analytics/{analyticsType}
Provides the Average Watch per Unique User of a collection of a project
📣 this endpoint provides the Average Watch per Unique User of the contents of a collection of a project across different regions
✳ list of request parameters
- start_time
- end_time
- group_by = time_interval_minute
🔰 this endpoint gives all the Average watch per Unique User analytics of a collection of project
📢 Info message : Here URL is contructed like
GET `/projects/<project_id>/collections/<collection_id>/analytics/avg-media-watch-time-by-unique-user?start_time=&end_time=&group_by=media_series
here time should be formated in RFC3339
Request
Path Params
projId
stringÂ
required
Example:
66a1084b-4b6b-4001-a4ad-d34d13463068
collectionId
stringÂ
required
Example:
384bf2ba-1fcb-4de8-9411-6d68000eb3c7
analyticsType
stringÂ
required
Example:
avg-media-watch-time-by-unique-user
Query Params
start_time
stringÂ
optional
Example:
2024-02-25T17:59:59.999Z
end_time
stringÂ
optional
Example:
2024-03-03T17:59:59.999Z
group_by
stringÂ
optional
Example:
media_series