From 14f24b41f0db819ba3e6302ae2d043638f483322 Mon Sep 17 00:00:00 2001 From: Llywelyn OWEN Date: Thu, 11 Jun 2020 11:03:35 +0200 Subject: [PATCH] improveStartDelay after documentation update default value is now 1 and 0 does not exist. --- modules/smartadserverBidAdapter.js | 2 +- modules/smartadserverBidAdapter.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/smartadserverBidAdapter.js b/modules/smartadserverBidAdapter.js index 1e14195d38a..04f6eb337ea 100644 --- a/modules/smartadserverBidAdapter.js +++ b/modules/smartadserverBidAdapter.js @@ -72,7 +72,7 @@ export const spec = { videoProtocol: bid.params.video.protocol, playerWidth: playerSize[0], playerHeight: playerSize[1], - adBreak: bid.params.video.startDelay || 0 + adBreak: bid.params.video.startDelay || 1 }; } else { return {}; diff --git a/modules/smartadserverBidAdapter.md b/modules/smartadserverBidAdapter.md index 84fe5ff8afc..a0a7374a25f 100644 --- a/modules/smartadserverBidAdapter.md +++ b/modules/smartadserverBidAdapter.md @@ -89,7 +89,7 @@ Please reach out to your Technical account manager for more information. bidfloor: 5, video: { protocol: 6, - startDelay: 0 + startDelay: 1 } } }]