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
Since the storage is in the browser, cached bids only apply to a single page context. If the user refreshes the page, the bid is lost.
65
65
66
66
Each bid adapter defines the amount of time their bids can be cached and reconsidered.
67
-
This setting is called “Time to Live” (TTL), documented [here]({{site.baseurl}}/dev-docs/publisher-api-reference.html#module_pbjs.getBidResponses).
67
+
This setting is called “Time to Live” (TTL), documented in the <code>pbjs.getBidResponse</code> [parameter table here]({{site.baseurl}}/dev-docs/publisher-api-reference.html#module_pbjs.getBidResponses).
68
68
69
69
Examples of scenarios where a bid may be reconsidered in Prebid.js:
0 commit comments