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
In Prebid.js, Adapters must return a Bid TTL. Once this elapses, bids are no longer valid.
Prebid.js also uses Prebid Cache to store Video bids temporarily. Prebid Cache provides a URL which returns the VAST XML, so that it can be sent to Video players.
In prebid/prebid-cache#40, we added an optional ttlseconds property to Prebid Cache. You can see a sample POST payload in the docs here.
It would help save on hardware if Prebid.js sent these Bid TTLs along with its cache request.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Type of issue
Feature request (optimization)
Description
In Prebid.js, Adapters must return a Bid TTL. Once this elapses, bids are no longer valid.
Prebid.js also uses Prebid Cache to store Video bids temporarily. Prebid Cache provides a URL which returns the VAST XML, so that it can be sent to Video players.
In prebid/prebid-cache#40, we added an optional
ttlseconds
property to Prebid Cache. You can see a sample POST payload in the docs here.It would help save on hardware if Prebid.js sent these Bid TTLs along with its cache request.
The text was updated successfully, but these errors were encountered: