This demo showcases how to enable ad event reporting using the Open Measurement SDK for viewability measurement and tracking.

OM SDK Tracker Configuration
Verification Resource
Event Log

Getting Started Guide

1. Include Bitmovin Player Advertising module (BAM) and the Advertising OM SDK module in your page

${code:page.html}

2. Set up the player instance for ad verification using OM SDK

  1. Add player modules to player core
  2. Create a player configuration including a OM SDK Tracker configuration
  3. Instantiate the player with above configuration, load a source & play

Note: The configured validationScriptUrl , among other things, defines which ad tracking events should subscribed to and the location of the verification server to report to.

${code:page.js}