Skip to content

Update Prebid Video dev docs to note that cache is toggle-able #441

@rmloveland

Description

@rmloveland

You can show video ads even if cache is disabled. However, there are some conditions:

  • In general, video-enabled bidders must supply either bid.vastUrl or bid.vastXml on their responses, and they may supply both.
  • If you have Prebid Cache disabled, and the bidder supplies only bid.vastXml in its bid response, dfp.buildVideoUrl will not be able to generate a video ad tag URL from that response, and it will be dropped from the auction.
  • If options.url is passed as an argument to dfp.buildVideoUrl:
    • If Prebid Cache is enabled, Prebid does not set the description_url field to the bid response's bid.vastUrl. It just attaches the bid's ad server targeting and builds the URL based on user input.
    • If Prebid Cache is disabled, Prebid sets the description_url field to the bid response's bid.vastUrl.

In addition, there is some clarification needed about the status of Prebid Cache (open/closed source, who hosts it, etc.). Right now it's being treated as somewhat magical so we need to address.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions