You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
@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.
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
The text was updated successfully, but these errors were encountered: