-
Notifications
You must be signed in to change notification settings - Fork 769
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
Support cache ttl for audio and native #2980
Comments
Discussed in backlog meeting:
|
PBS-Go already allows default cache values to be defined for all media types (banner, video, audio, native) and the |
Discussed in committee
PBS-Java uses different config for banner/video that will be deprecated. |
Working with the Java team, this is the order of how the cache length is determined:
To these, PBS-Java will add the config that PBS-Go has at prebid-server/config/config.go Line 870 in a6dea2f
|
released with PBS-Java 3.16 |
PBS supports different cache lengths for mediatypes banner and video. Should we consider splitting this out to support native and audio?
In considering this for issue #2975, I realized that our cache length ought to be capped by the bidder's ORTB exp parameter. Perhaps we're already doing this?
The text was updated successfully, but these errors were encountered: