prebid / professor-prebid

Prebid's next-gen debugging tool
Apache License 2.0
23 stars 20 forks source link

Extension does not work if pbjs object is named differently ? #82

Closed mukero320 closed 4 months ago

mukero320 commented 10 months ago

HIt seems that on wprost.pl I can't see anything related to prebid with this extension. We use "genesisAds" instead of "pbjs". Should it work with changed name ? If not, is there a way for what object does this extension look for ?

florianerl commented 10 months ago

Hi @mukero320 ,

the extensions checks window._pbjsGlobals for prebid instances on the page. As far as I can see on www.wprost.pl _pbjsGlobals is null: image