Search code examples
consoleadvertisement-servergoogle-chrome-console

fun-hooks: referenced 'registerAdserver' but it was never created


I am using adinplay and their advertisement library in my site.

enter image description here

It is creating noise in my console. Can I fix this problem? If not what can I do about this log?


Solution

  • This is caused by prebid.js an open-source header bidding library. Prebid is built with multiple optional modules using gulp. This warning is thrown because one of the modules in your build of prebid.js includes a module referencing the hook, but the module that defines the hook is not. Nothing to worry