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
update_tracker
Updates an existing tracker. 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
POST
Arguments
partner_id(string)- A unique partner identifier generated by TubeMogul and given to the partner site.
method(string)- The name of the method being called.
name(string) — Optional- The name given to this tracker. Limited to 40 characters.
timezone(string) — Optional- The timezone code assigned to this tracker. See timezones for details. Specifying a value of
accountwill clear the timezone on this tracker and use the account-level setting. use_dst(y/n) — Optional- Indicates whether to observe daylight savings time. Specifying a value of
accountwill clear the timezone on this tracker and use the account-level setting. date(integer)- A UNIX timestamp displaying the number of seconds elapsed since January 1st, 1970 (UTC).
auth(string)- A SHA-1 hash that concatenates the query string with the partners secret key (see Authenticating for details).
tracker_id (string)- The identifier of the tracker to be updated. Tracker IDs are prefixed with "TR-".
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
None
Example Response
http://api.tubemogul.com/api/v3?date=1232395951&user_id=123456 &method=update_tracker&tracker_id=TR-JAD-WBQ&name=Test%20Tracker%202 &timezone=PST&use_dst=y&auth=aa6fb416b3cac7861be9c9db2ebeef564b70f2e4
Error Codes
Standard error codes