-
Notifications
You must be signed in to change notification settings - Fork 99
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
Cache bids locally for Bidding Only API #1103
Comments
Postindustria has prototyped the approach 5(!) years ago, but has never contributed it. I think it can be resurrected now from the top commits of our forks:
The approach comes down to supplying a localhost URL to PUC as a cache server. Then on iOS it has to be a local running HTTPS server (that's a security requirement for webviews that it can't fetch file:/// URLs in the top frame I believe on iOS). On Android I think local file:/// URL worked, but needs to be verified - please check the code mentioned above. |
Thanks for exploring this @YuriyVelichkoPI and @justadreamer. What about the existing
|
Hi @bretg that's a great direction of thought. Out of the box it won't work for mobile obviously, because on mobile, |
Description
Reported by @bretg.
Turns out putting banners into Prebid Cache is expensive and not 100% reliable. It would be good to explore ways to cut out that middleware.
Bid data is being sent from PBS anyhow: price, adm, etc. I see this block in the PUC:
Is there a way to force this loadFromLocalCache() behavior in GAM? (edited)
Objectives
The text was updated successfully, but these errors were encountered: