From e203efe249348c40dcc4e7be9bc8db66ec3926a2 Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Wed, 25 Mar 2020 19:24:08 -0700 Subject: [PATCH 1/2] ADS-3945 Add deal id as param to hummingbird --- README_Maven.md | 6 ++++++ modules/mavenAnalyticsAdapter.js | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README_Maven.md b/README_Maven.md index b00cf20256e..004225c569d 100644 --- a/README_Maven.md +++ b/README_Maven.md @@ -25,3 +25,9 @@ You'll find the built prebid.js file in build/dist/prebid.js. You'll find the built prebid.js file in build/dist/prebid.js. +## Building the Tempest Prebid Bundle + + $ gulp build --modules=../phoenix/htdocs/js/prebid/modules-next.json #for prebid-next + $ gulp build --modules=../phoenix/htdocs/js/prebid/modules.json + +You'll find the built prebid.js file in build/dist/prebid.js. diff --git a/modules/mavenAnalyticsAdapter.js b/modules/mavenAnalyticsAdapter.js index 93f3dda287a..18a1cb7c0bf 100644 --- a/modules/mavenAnalyticsAdapter.js +++ b/modules/mavenAnalyticsAdapter.js @@ -119,7 +119,8 @@ let mavenAnalytics = Object.assign(adapter({hummingbirdUrl, analyticsType}), { bidder: bid.bidderCode, cpm: bid.cpm, timeToRespond: bid.timeToRespond, - deal: !!bid.dealId + deal: !!bid.dealId, + dealId: bid.dealId }); }); // Zone info for all zones in play. From f572ccdf0b4a783599777e9df48a02c8c497436c Mon Sep 17 00:00:00 2001 From: Tim Martin Date: Wed, 25 Mar 2020 19:29:14 -0700 Subject: [PATCH 2/2] ADS-3946 Increase IX TTL --- modules/ixBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ixBidAdapter.js b/modules/ixBidAdapter.js index 938f403f756..2c35d7f9e5e 100644 --- a/modules/ixBidAdapter.js +++ b/modules/ixBidAdapter.js @@ -11,7 +11,7 @@ const SUPPORTED_AD_TYPES = [BANNER, VIDEO]; const BANNER_ENDPOINT_VERSION = 7.2; const VIDEO_ENDPOINT_VERSION = 8.1; const CENT_TO_DOLLAR_FACTOR = 100; -const BANNER_TIME_TO_LIVE = 35; +const BANNER_TIME_TO_LIVE = 300; const VIDEO_TIME_TO_LIVE = 3600; // 1hr const NET_REVENUE = true; const PRICE_TO_DOLLAR_FACTOR = {