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

Question: is there a way to use prebid with native GPT lazy loading? #3962

Closed
racc-oo-n opened this issue Jul 3, 2019 · 2 comments
Closed

Comments

@racc-oo-n
Copy link

Type of issue

Question

Description

I know we can do lazy loading with prebid example. And it works great.
But there is a new feature in GPT how to do lazy loading natively. And adOps tell that this method will increase fill-rate and it's better than manual lazy loading.
So is there a way we can use prebid with that enableLazyLoad native method?

Other information

GPT.enableLazyLoad documentation
GPT example of enableLazyLoad

@GLStephen
Copy link
Collaborator

@racc-oo-n As far as I know the answer is no. There is no hook into the lazy load logic to insert the auction. There are ways that get close (like run all auctions early and have them ready for the lazy load), but none are predictable or without major downsides (like creating a race condition and creating a major overbid situation). In our PubWise integration scripts our answer was to create an API and behavior very similar to the GPT lazy load so that we could get similar behavior, particularly variable behavior on mobile.

@racc-oo-n
Copy link
Author

That’s what I thought 😔
Thanks a lot for your answer!

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

No branches or pull requests

2 participants