Spotlightr
spotlightrSpotlightr is a video hosting and streaming platform that captures leads, updates contacts with engagement data, and provides analytics reporting.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Top VideosSPOTLIGHTR_GET_TOP_VIDEOSAcciónTool to retrieve the top videos from a spotlightr account. use when you need to list the most viewed videos.
SPOTLIGHTR_GET_TOP_VIDEOSAcciónTool to retrieve the top videos from a spotlightr account. use when you need to list the most viewed videos.
Parámetros de entrada
limitintegerNumber of top videos to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Video MetricsSPOTLIGHTR_GET_VIDEO_METRICSAcciónTool to retrieve analytics metrics for a specified video. use when you have a video id and need its metrics (views, engagement, viewers, watch time).
SPOTLIGHTR_GET_VIDEO_METRICSAcciónTool to retrieve analytics metrics for a specified video. use when you have a video id and need its metrics (views, engagement, viewers, watch time).
Parámetros de entrada
end_datestringEnd date (YYYY-MM-DD) of the metrics data range
video_idstringObligatorioID of the video to fetch metrics for
start_datestringStart date (YYYY-MM-DD) of the metrics data range
metric_typestringenumWhich metric to retrieve. If omitted, returns all metrics.
viewsengagementviewersaverage_watch_time
Parámetros de salida
dataobjectObligatorioPayload with video metrics
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI response status, e.g., 'success'
messagestringOptional additional message
successfulbooleanObligatorioWhether or not the action execution was successful or not