Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prebid.js 8.12 adds loading ads after 30 seconds #10661

Closed
ProcnerKacper opened this issue Oct 30, 2023 · 4 comments
Closed

prebid.js 8.12 adds loading ads after 30 seconds #10661

ProcnerKacper opened this issue Oct 30, 2023 · 4 comments

Comments

@ProcnerKacper
Copy link

ProcnerKacper commented Oct 30, 2023

Type of issue

help wanted

Description

I updated from 7 to the latest version of prebid.js 8.12 after that ads started to loading after 30s and no ads were registered. Additionally, I don't see in logs that the consent manager works either.

Test page

https://cool-idea.pl/chlodnik-doskonaly-przepis-na-ukojenie-i-zdrowe-ochlodzenie-w-upalne-dni,64935?pbjs_debug=true&bidio_debug=true

Platform details

Prebid.js 8.12, node:12.16.1

used modules
"adfBidAdapter",
"adponeBidAdapter",
"consentManagement",
"criteoBidAdapter",
"currency",
"eplanningBidAdapter",
"openxBidAdapter",
"rtbhouseBidAdapter",
"rubiconBidAdapter",
"smartadserverBidAdapter",
"sovrnBidAdapter",
"visxBidAdapter",
"adagioBidAdapter",
"schain",
"sharedIdSystem",
"voxBidAdapter",
"medianetBidAdapter"

@dgirardi
Copy link
Collaborator

On that page it looks like requestBids is never called. Could you point me to where in it you set up & call prebid?

@ProcnerKacper
Copy link
Author

all prebid setup is in the last script tag without source in head section

@dgirardi
Copy link
Collaborator

The generated script tag uses bpbjs as the prebid global var name, but the Prebid bundle uses the default pbjs:

image
image

@ProcnerKacper
Copy link
Author

thank you! so many hours I spent on this looking for something wrong in the config...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants