On my site, I use Prebid and Apstag. How can I understand who won the auction? Is there a way to decrypt the CPM sent by Amazon? How to clearly understand who won Prebid / Amazon or Adx? I am trying to use this method
pbjs.onEvent('bidWon', function(data) {
console.log(data.bidderCode+ ' won the ad server auction for ad unit ' +data.adUnitCode+ ' at ' +data.cpm+ ' CPM');
});
, but if I get a won bid, Chrome extension Adwizard tells that 'Prebid Won: No'.
thank you in advance