Skip to content

Commit fc8eea9

Browse files
author
Marcin Komorski
committed
update
1 parent 0eb8a78 commit fc8eea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-docs/publisher-api-reference/setConfig.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1055,8 +1055,8 @@ be retrieved. There are three different flows possible with Prebid.js around VAS
10551055
* Server-side caching:
10561056
Some video bidders (e.g. Rubicon Project) always cache the VAST XML on their servers as part of the bid. They provide a 'videoCacheKey', which is used in conjunction with the VAST URL in the ad server to retrieve the correct VAST XML when needed. In this case, Prebid.js has nothing else to do. As of Prebid.js 4.28, a publisher may specify the `ignoreBidderCacheKey` flag to re-cache these bids somewhere else using a VAST wrapper.
10571057
* Client-side caching:
1058-
Video bidders that don't cache on their servers return the entire VAST XML body. In this scenario, Prebid.js needs to copy the VAST XML to a publisher-defined cache location on the network. Prebid.js POSTs the VAST XML to the named Prebid Cache URL. It then sets the `videoCacheKey` to the key that's returned in the response.
1059-
* In-browser Client-side caching (Blob URL):
1058+
Video bidders that don't cache on their servers return the entire VAST XML body. In this scenario, Prebid.js needs to copy the VAST XML to a publisher-defined cache location on the network. Prebid.js POSTs the VAST XML to the named Prebid Cache URL. It then sets the 'videoCacheKey' to the key that's returned in the response.
1059+
* Local client-side caching (Blob URL):
10601060
To reduce network traffic to the publisher-defined remote cache location, Prebid allows publishers to locally store the VAST XML of a bid as a blob in the browser's memory. When the `cache.useLocal` option is enabled, Prebid sets the bid’s `videoCacheKey` to the key assigned to the locally stored blob. In this scenario, `bid.vastUrl` becomes a blob URL.
10611061

10621062
{: .table .table-bordered .table-striped }

0 commit comments

Comments
 (0)