get_runtime

Provides views, viewed_minutes and viewed_minutes_per_view for each runtime environment (Flash, HTML5 or Silverlight) seen over the specified date range.

Explorer

Explore this method

Request URL

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

HTTP method

GET

Arguments

scope (string)
The scope of the method being called. Valid values are tracker or publisher.
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.
site_id (string) — Optional
The ID for your site. This is required for publisher-scoped queries but not for trackers. Contact us if you do not know your site_id.
interval (string) — Optional
Specifies the interval.


Example Response

http://api.tubemogul.com/api/v3?date=1286569067&user_id=123456
&method=get_runtime&scope=tracker&id=TD-PEX-222&start=2010-10-01&end=2010-10-08
&interval=perweek&auth=9b27a687711c4b020d03b41d75d5d24c06060f9c
<response name="get_runtime" status="ok">
  <views>316684</views>
  <viewed_minutes>762020</viewed_minutes>
  <viewed_minutes_per_view>2.41</viewed_minutes_per_view>
  <runtimes>
    <runtime name="Flash">
      <views>102263</views>
      <viewed_minutes>243228</viewed_minutes>
      <viewed_minutes_per_view>2.38</viewed_minutes_per_view>
      <details interval="perweek">
        <entry>
          <date>2010-10-04</date>
          <views>102263</views>
          <viewed_minutes>243227</viewed_minutes>
          <viewed_minutes_per_view>4.62</viewed_minutes_per_view>
        </entry>
      </details>
    </runtime>
    <runtime name="Unknown">
      <views>214421</views>
      <viewed_minutes>518792</viewed_minutes>
      <viewed_minutes_per_view>2.42</viewed_minutes_per_view>
      <details interval="perweek">
        <entry>
          <date>2010-10-04</date>
          <views>214421</views>
          <viewed_minutes>518792</viewed_minutes>
          <viewed_minutes_per_view>4.8</viewed_minutes_per_view>
        </entry>
      </details>
    </runtime>
  </runtimes>
</response>

Error Codes

Standard error codes