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
Provide publishers with an API to change the timeout for requesting and rendering the ad.
Objectives
Introduce customization of timout properties via Server Side Configuration using the bidrequest.ext.prebid.passthrough object. See details here and here.
cftbanner to customize Prebid.shared.creativeFactoryTimeout.
cftprerender to customize Prebid.shared.creativeFactoryTimeoutPreRenderContent.
Introduce the following policy of selecting the needed timeout in runtime:
If the timeout is present in the passthrough object, use it (Priority I).
If the timeout is set via the SDK API Prebid.shared.creativeFactoryTimeout* use it (Priority II).
Use the default value (Priority III).
TBD: need to wait for pub's feedback about the default value. Maybe it makes sense to increase it.
Add tests
The text was updated successfully, but these errors were encountered:
Motivation
Provide publishers with an API to change the timeout for requesting and rendering the ad.
Objectives
bidrequest.ext.prebid.passthrough
object. See details here and here.cftbanner
to customizePrebid.shared.creativeFactoryTimeout
.cftprerender
to customizePrebid.shared.creativeFactoryTimeoutPreRenderContent
.passthrough
object, use it (Priority I).Prebid.shared.creativeFactoryTimeout*
use it (Priority II).The text was updated successfully, but these errors were encountered: