Skip to Content

Sources

GET /api/analytics/sources

Top traffic sources (embed paths / referrers) for the selected content.

Requires analytics.read. See Overview for shared parameters and category scope.

Parameters

ParameterRequiredDescription
contentTypeNovod (default) or live
contentIdNoLimit to one video or live event
from, toNoISO 8601 range
minimumWatchSecondsNoDefault 3
limitNoDefault 100

Request

curl -X GET "https://app.ignitevideo.cloud/api/analytics/sources?contentId=VIDEO_ID&limit=20" \ -H "Authorization: Bearer YOUR_API_KEY"

Response

{ "from": string, "to": string, "minimumWatchSeconds": number, "sources": [ { "sourcePath": string, "views": number, "watchSeconds": number, "sessions": number }, [...] ] }