API v3 Reference
- Intro
- Authenticating
- get_video_status

- launch_video

- launch_cross_post

- launch_destination

- launch_feed

- list_available_sites

- list_available_destinations

- list_available_feeds

- list_available_cross_post_sites

- list_categories

- list_campaigns

- list_uploads

- list_upload_video_stats

- upload_video

- upload_video_url

- which_host

- recall_video

- add_mrss_feed

- get_mrss_feed_status

- Additional Inplay Info
- get_views

- get_viewed_minutes

- get_unique_viewers

- get_new_viewers

- get_video_list_analytics

- get_video_engagement

- get_player_embeds

- get_geo_analytics

- get_categories

- get_traffic_sources

- get_search_terms

- get_attention_span

- get_bandwidth_usage

- get_stream_rebuffers

- get_start_delays

- get_video_list_performance

- get_geo_performance

- get_os

- get_browser

- get_runtime

- get_demographics_age

- get_demographics_gender

- get_demographics_hh_income

- get_demographics_marital_status

- get_demographics_children

- get_demographics_homeowners

- get_trackers

- create_tracker

- update_tracker

- get_publishers

- share_inplay

- share_revoke

- share_list

- List of Video Sites
- PHP Reference Application
- Info For Partners
- Timezones
- Troubleshooting
Getting Started
Upload
InPlay
InPlay Admin
Appendix
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
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
perdayornone. A value ofnonewill omit the detail list. Defaults tonone.
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
Error Codes
Standard error codes