Some metrics are only available for certain features, which might not be enabled for your network. You can see a list of feature availability, or contact your account manager for more information.
When you create a report for Video Solutions, the following metrics are available, depending on the report type and video dimensions you've selected. Additional metrics exist for VAST errors and video content.
Types of video metrics
Indicates a quantity metric. These provide a total count of events. |
|
Indicates a calculated metric. These are calculated based on quantity metrics, by the formula shown. |
Video viewership metrics
Metric | Metric type |
---|---|
Auto-plays Number of times video ads play automatically. To implement auto-play metrics in your player, set the autoPlayAdBreaks parameter using the SDK. |
|
Average view rate Formula: (0.125 × videoStart + 0.25 × videoFirstQuartile + 0.25 × videoMidpoint + 0.25 × videoThirdQuartile + 0.125 × videoComplete) ∕ VideoStart Example The average view rate is 0.6875 ((1 + 0.375) ∕ 2 starts). |
|
Average view time Formula: Average view time = Total video view time ∕ Video starts Example The average view time is calculated as 15 seconds (30 seconds ∕ 2 starts). * If a user drags the scrubber (video timeline) backward or stops the video altogether, the video view time is stopped. |
|
Click-to-plays Number of times video ads have played when clicked. This is the default behavior of video ads. |
|
Complete Number of times that a video plays to its completion. |
|
Completion rate Formula: Completion rate = Video completes ∕ Video starts Example The completion rate is calculated as 50% (1 complete ∕ 2 starts). |
|
Engaged view Number of times the ad was viewed to completion. For VAST 3 or 4, a completion occurs either when the user reaches the end of the ad, or reaches the "Skippable view time" defined in your network settings, whichever comes first. |
|
First quartile Number of times that a video plays to 25% of its length. |
|
Midpoint Number of times that a video is played until the middle of its view length. |
|
Skip button shown Number of times the "skip" button was shown (the skip button is shown 5 seconds after a skippable ad starts). |
|
Start Number of times that a video is started. |
|
Third quartile Number of times that a video plays to 75% of its length. |
|
Total error count Number of times an error occurred, such as a VAST Redirect error, a video playback error, or an invalid response error, including for dynamic allocation (Ad Exchange and AdSense) impressions. |
|
Total error rate Formula: Total error rate = Total error count ∕ (Total error count + Total impressions) Example The total error rate is 100%. |
|
Video length Applicable to advertiser-hosted Programmatic Guaranteed or Preferred Deal programmatic video creatives only, this metric will report the "Max duration (seconds)" value set in the corresponding line item. |
|
View-through rate Formula: View-through rate = Engaged view ∕ Number of times a user reached the "Skippable skip time" defined in your network settings Example The view-through rate is calculated as 50% (1 engaged view ∕ 2 skips shown). |
Tracking for some video viewership metrics may vary slightly due to a number of reasons such as lost pings due to mobile network connectivity. For the most accurate data, ensure you're using the IMA SDK and have implemented player state functions, like onEnded()
, correctly.
Video interaction metrics
These metrics are only available to publishers with access to advanced video features.
Metric | Metric type |
---|---|
Average interaction rate Formula: Average interaction rate = Total video interactions ∕ Total video starts Example The average interaction rate is 150% (3 interactions ∕ 2 starts). |
|
Collapse Number of times a user collapses a video, either to its original size or to a different size. For overlays, this tracks the number of times the user minimizes the ad without fully removing it from the player. |
|
Expand Formula: Expand = Total expansion time ∕ Total impressions Example The expand is calculated as 15 seconds (30 seconds ∕ 2 impressions). * Expansion times that exceed several minutes are capped. An extended expansion time can occur when a user opens an expanding ad without collapsing the ad or closing the browser. This cap rule prevents skewed results for average display time in reporting. While this event is counted only once per impression, the time that the ad remains in an expanded state is recorded as the total expansion time. |
|
Full screen Number of times ad clip played in full screen mode. Event only applicable for Windows Media Player. |
|
Mute Note: The "Mute" count may be higher than "Start" count for video. This can happen when, for example, first mute is triggered by the SDK via
adsManager.setVolume(0) prior to the ad loading. |
|
Pause Number of times a user paused the video ad. |
|
Resume Number of times the user unpaused the video. |
|
Rewind Number of times a user rewinds the video. |
|
Skips Number of times an ad was skipped. |
|
Unmute Number of times a user unmutes the video. |
Support for reporting issues is limited to video ads that use our IMA SDK.