Skip to Content

Quellen

GET /api/analytics/sources

Top-Traffic-Sources (Embed-Pfade / Referrer) für den ausgewählten Content.

Erfordert analytics.read. Siehe Übersicht für gemeinsame Parameter und Kategorie-Scope.

Parameter

ParameterErforderlichBeschreibung
contentTypeNeinvod (Standard) oder live
contentIdNeinAuf ein Video oder Live-Event beschränken
from, toNeinISO-8601-Bereich
minimumWatchSecondsNeinStandard 3
limitNeinStandard 100

Anfrage

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

Antwort

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