From ae03c98f294db37066aa0a3e78d9885d34ac8c0f Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 23 May 2024 22:17:07 +0300 Subject: [PATCH 1/2] update adapter SmartHub: add aliases --- modules/smarthubBidAdapter.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/smarthubBidAdapter.js b/modules/smarthubBidAdapter.js index 0be3e6831e7..ea2b62c95c9 100644 --- a/modules/smarthubBidAdapter.js +++ b/modules/smarthubBidAdapter.js @@ -5,10 +5,16 @@ import {config} from '../src/config.js'; import {convertOrtbRequestToProprietaryNative} from '../src/native.js'; const BIDDER_CODE = 'smarthub'; -const ALIASES = [{code: 'markapp', skipPbsAliasing: true}]; +const ALIASES = [ + {code: 'markapp', skipPbsAliasing: true}, + {code: 'jdpmedia', skipPbsAliasing: true}, + {code: 'tredio', skipPbsAliasing: true}, +]; const BASE_URLS = { smarthub: 'https://prebid.smart-hub.io/pbjs', - markapp: 'https://markapp-prebid.smart-hub.io/pbjs' + markapp: 'https://markapp-prebid.smart-hub.io/pbjs', + jdpmedia: 'https://jdpmedia-prebid.smart-hub.io/pbjs', + tredio: 'https://tredio-prebid.smart-hub.io/pbjs' }; function getUrl(partnerName) { From 070b639a92aa0d04761bd9bc6e02e75ef4f541c7 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 19 Dec 2024 10:26:26 +0200 Subject: [PATCH 2/2] smarthub set skipPbsAliasing to false --- modules/smarthubBidAdapter.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/smarthubBidAdapter.js b/modules/smarthubBidAdapter.js index c9cc737fac7..5f24f432a13 100644 --- a/modules/smarthubBidAdapter.js +++ b/modules/smarthubBidAdapter.js @@ -9,12 +9,12 @@ import { const BIDDER_CODE = 'smarthub'; const ALIASES = [ - {code: 'attekmi', skipPbsAliasing: true}, - {code: 'markapp', skipPbsAliasing: true}, - {code: 'jdpmedia', skipPbsAliasing: true}, - {code: 'tredio', skipPbsAliasing: true}, - {code: 'felixads', skipPbsAliasing: true}, - {code: 'vimayx', skipPbsAliasing: true}, + {code: 'attekmi'}, + {code: 'markapp'}, + {code: 'jdpmedia'}, + {code: 'tredio'}, + {code: 'felixads'}, + {code: 'vimayx'}, ]; const BASE_URLS = { attekmi: 'https://prebid.attekmi.com/pbjs',