get_start_delays

Gets start delays for a given tracker or video ID. This includes statistics aggregated over the specified timeframe, plus optional per-day totals.

Explorer

Explore this method

Request URL

http://api.tubemogul.com/api/v3/

HTTP method

GET

Arguments

NOTE: dim values can not be specified.

scope (string)
The scope of the method being called. The only valid value is tracker.
id (string)
The ID corresponding to the scope of the report.
start (string)
The start date for the report. Format is YYYY-MM-DD.
end (string)
The end date for the report. Format is YYYY-MM-DD.
interval (string) — Optional
Determines the granularity of list values in the detailed response list. Valid values include perday or none. A value of none will omit the detail list. Defaults to none.

Response Parameters

views (integer)
The number of times the video(s) were viewed. A view is defined as when the video is actually played, i.e. when play is called on the Flash video object.
start_delay_avg (number)
The average time between pressing play and the video starting to actually play.
start_delay_10s_plus (number)
The number of times a video required over 10 seconds to start playing.
start_delay_10s_plus_pct (number)
The percentage of videos that required over 10 seconds to start playing.
details (list)
A list of per-day start delays (above parameters). The entries will scoped based on the arguments provided in the request.

Example Response

1910754 2 71159 3.72
2008-12-10 74556 2 2590 3.47 ... 2008-12-29 77749 2 3053 3.93

Error Codes

Standard error codes