Skip to Content

Conclusão

GET /api/analytics/completion

Métricas de funil (25% / 50% / 75% / 100% visualizado, pausas, retomas).

Exige analytics.read. Vê Visão geral para os parâmetros partilhados e o âmbito de categoria.

Parâmetros

ParâmetroObrigatórioDescrição
contentTypeNãovod (predefinição) ou live
contentIdNãoLimitar a um vídeo ou evento live
from, toNãoIntervalo ISO 8601
minimumWatchSecondsNãoPredefinição 3

Pedido

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

Resposta

{ "from": string, "to": string, "minimumWatchSeconds": number, "totals": { "sessions": number, "starts": number, "watched25": number, "watched50": number, "watched75": number, "watched100": number, "complete": number, "pauses": number, "resumes": number }, "rates": { "watched25": number, "watched50": number, "watched75": number, "watched100": number, "complete": number } }