prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.28k stars 2.05k forks source link

Prebid.js file conflict #492

Closed ghost closed 8 years ago

ghost commented 8 years ago

I am using header bidding ,so placing prebid.js on publisher page in head section.

The same publisher has some other ad servers which is also placing prebid.js on the publisher.

Which is causing conflict, how to solve this issue?

ialex commented 8 years ago

@shilpakal the solution is to include all networks into just one configuration, lets say brealtime is has their own script on the page(which includes prebid) and you are including prebid with openx and pulsepoint, you should ask Brealtime for the tag ids and include them in the script you are configuring and controlling.

And remove their script.

mkendall07 commented 8 years ago

Agree with @ialex. There should really be no reason to run 2 instances of prebid on page. This will cause increased latency and overhead for no reason.