Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The following describes Aniview session process and the different metrics that can be used and analyzed later in reports

  • playerLoaded: Typically, for every player tag, in the tag script, you will see a playerLoaded pixel. The playerLoaded pixel is the first pixel that is loaded and can show in reports how many times the tag script is executed.This is not a mandatory pixel and it is the responsibility of the supply to make sure it is included it in the script.The playerLoaded pixel has limited dimensions on it and, as such, not all dimensions will be supported in reports(Not available in vpaid)
  • playerStarted: The playerStarted pixel is automatically sent by the Aniview Player as soon as the player script is loaded.It has limited dimensions on it and as such not all dimensions will be supported in reports(Not available in vpaid as with vpaid)
  • Inventory: As soon as the player is initialized, its sends the Inventory pixel with all relevant dimensions so those will be available in reports.
  • inventoryRequest: Every time the waterfall is executed, an inventoryRequest pixel is sent. So per inventory there may be multiple inventoryRequest.(Not available in vpaid as with vpaid the waterfall runs once)
  • request: Once a waterfall ad sources are called, per ad source request event is tracked.
  • bid: If an ad source returned a bid - meaning a response with a valid media, bid is recorded per ad source
  • If the response bid is Vast with video media, the next events are according to the vast standard: impression, firstQuartile, midpoint, thirdQuartile, complete, pause, resume, mute, unmute, click
  • If the response bid is vpaid, additional metrics are available
    • initAd: initAd for the ad is called
    • initAdError: initAd responded with AdError
    • initAdTimeout: A timeout passed after the call to initAd so the ad is terminated
    • AdLoaded: initAd responded with AdLoaded
    • startAd: startAd is called for the vpaid
    • startAdError: startAd responded with AdError
    • startAdTimeout: A timeout passed after the call to startAd so the ad is terminated
    • Impression + all other vast standard events

  • No labels