From 40ac5a904b3ae51c7a4ee360246a8b4eca7a0570 Mon Sep 17 00:00:00 2001 From: "jenny.l" Date: Tue, 28 Jun 2022 14:02:58 +0300 Subject: [PATCH] update bid response ttl to 60 seconds. --- modules/taboolaBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/taboolaBidAdapter.js b/modules/taboolaBidAdapter.js index 7338a26c5..1a35f9e54 100644 --- a/modules/taboolaBidAdapter.js +++ b/modules/taboolaBidAdapter.js @@ -233,7 +233,7 @@ function getBid(requestId, currency, bidResponse) { return { requestId, - ttl: 360, + ttl: 60, mediaType: BANNER, cpm, creativeId,