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
#4706 adds videoCacheKey to SpotX responses in Prebid 3.3.0. However this breaks rendering of SpotX instream without additional configuration. Can the SpotX docs be updated to indicate what the proper configuration should be? Specifically do we need to create custom GAM video creatives that specify a different VAST URL?
Lastly as I understand it videoCacheKey effectively overrides anything else based on #2143. http://prebid.org/dev-docs/show-video-with-a-dfp-video-tag.html#notes-on-prebid-cache indicate "In general, video-enabled bidders must supply bid.videoCacheKey, bid.vastXml, or bid.vastUrl on their responses, and can provide any combination of the three." However in practice, I don't think you can use the vastUrl if a videoCacheKey is provided. Please let me know if I've misunderstood this.
Thanks for any suggestions!
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
Question
Description
#4706 adds videoCacheKey to SpotX responses in Prebid 3.3.0. However this breaks rendering of SpotX instream without additional configuration. Can the SpotX docs be updated to indicate what the proper configuration should be? Specifically do we need to create custom GAM video creatives that specify a different VAST URL?
http://prebid.org/dev-docs/show-video-with-a-dfp-video-tag.html#notes-on-prebid-cache Notes
If pbjs.setConfig({cache: {URL}}) is defined
however I believe these docs are out of date and cache.url is always required since #1904.I use
Lastly as I understand it videoCacheKey effectively overrides anything else based on #2143. http://prebid.org/dev-docs/show-video-with-a-dfp-video-tag.html#notes-on-prebid-cache indicate "In general, video-enabled bidders must supply bid.videoCacheKey, bid.vastXml, or bid.vastUrl on their responses, and can provide any combination of the three." However in practice, I don't think you can use the vastUrl if a videoCacheKey is provided. Please let me know if I've misunderstood this.
Thanks for any suggestions!
The text was updated successfully, but these errors were encountered: