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_trackers
Gets the trackers associated with your account. Trackers are a means of forming independent data collection groups, for roll-up in the analytics system along different lines. For example, by CDN provider, website, etc. This allows considerable flexibility in collecting data in arbitrary groups of your choosing.
Explorer
Request URL
http://api.tubemogul.com/api/v3/
HTTP method
GET
Arguments
tracker_id (string)— Optional- If a tracker_id is specified, only information about that tracker will be returned.
index (string)— Optional- Start index of the request when dealing with lists. Each response that contains a
<details>list will contain<list_size>(of the complete list) and<has_more_items>elements. In addition, the<details>list contains acountattribute indicating how many items are in this page. Paging through lists is supported by providing an<index>to successive requests, which has been incremented by thecountof the previous<details>list response. Defaults to 1. max_results (string)— Optional- The maximum
countvalue to be returned in a single response. Limited to 1000, and defaults to 50. filter (string)— Optional- A free-form filter to apply to the list. The syndicating domain will be searched for a case-insensitive match of the provided string.
NOTE: Unless otherwise denoted, strings are limited to 256 UTF-8 encoded characters.
NOTE: The arguments for this method do not require all of the Global Arguments specified on the Overview page. The complete list of what is required is provided here.
Response Parameters
details (list)- A list of trackers for this account. The entries will scoped based on the arguments provided in the request.
tracker_id(string)- The identifier for this tracker. Tracker IDs are prefixed with "TR-".
name(string)- The name given to this tracker.
timezone(string) — Optional- The timezone code assigned to this tracker. See timezones for details. If not returned, the account-level timezone is being used.
use_dst(y/n) — Optional- Indicates whether to observe daylight savings time. If not returned, the account-level timezone settings are being used.
Example Response
http://api.tubemogul.com/api/v3?date=1232395951&user_id=123456 &method=get_trackers&index=1&max_results=20 &auth=aa6fb416b3cac7861be9c9db2ebeef564b70f2e4... TR-ZSA-31G TubeMogul Tracker EST n TR-KFO-NTA Test tracker PST y
Error Codes
Standard error codes