...
AdImpression event provides extra data about each impression, such as the impression CPM
For new players:
Code Block |
---|
player.on("AdImpression", function(event, eventData){ }); |
For existing players in Post Start override function:
Code Block |
---|
p.on("AdImpression", function(event, eventData){ }); |
eventData contains the following data
...