Failsafe timeout

Path in Platform: Global setup > General > Workspace > Failsafe timeout

Last edited: 2024/02/29


It’s a JavaScript setTimeout() set as a backup after loading qw.js (the file containing Yieldbird’s configuration). It is a safety mechanism that calls the ad server in case of any problems with loading Yieldbird’s configuration within specified timeframe to prevent generating losses. Normally (when everything works fine) Yieldbird Platform (qw.js) calls it first.

<aside> <img src="/icons/arrow-right_green.svg" alt="/icons/arrow-right_green.svg" width="40px" /> Good practice: if you are using Prebid Stack failsafe timeout shall be set much longer than Prebid auction timeout.

</aside>

Setting the timeout for specific Domain

If you require more granular settings, you can adapt the Auction Timeout for particular Domains. To do that:

Old Platform:

  1. Go to Prebid Stack > Inventory > Domains > select the domain you want to edit

  2. Click Add custom settings. You will be navigated to Custom settings tab, where you can set a timeout and failsafe timeout for the particular domain.

  3. Click Save

  4. Go to Inventory > Domains > select the domain you want to edit > General: Advanced settings

  5. Toggle <on> Customize failsafe timeout on this Domain

  6. Set the Timeout that you want to apply to this Domain only

  7. Click Save

On this page: