From 4d2fae12a10629c056a6371d638ce34375d15c16 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 28 Jan 2025 14:02:37 +0200 Subject: [PATCH 1/2] Attekmi: add Addigi alias --- modules/smarthubBidAdapter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/smarthubBidAdapter.js b/modules/smarthubBidAdapter.js index e5aa50bcad6..f7f5e07050b 100644 --- a/modules/smarthubBidAdapter.js +++ b/modules/smarthubBidAdapter.js @@ -17,6 +17,7 @@ const ALIASES = [ {code: 'vimayx'}, {code: 'artechnology'}, {code: 'adinify'}, + {code: 'addigi'}, ]; const BASE_URLS = { attekmi: 'https://prebid.attekmi.com/pbjs', @@ -28,6 +29,7 @@ const BASE_URLS = { vimayx: 'https://vimayx-prebid.attekmi.com/pbjs', artechnology: 'https://artechnology-prebid.attekmi.com/pbjs', adinify: 'https://adinify-prebid.attekmi.com/pbjs', + addigi: 'https://addigi-prebid.attekmi.com/pbjs', }; const _getUrl = (partnerName) => { From 8fa6092099307eed75b00ead153a55f8f70b4edb Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 28 Jan 2025 14:13:05 +0200 Subject: [PATCH 2/2] linter error fix --- modules/smarthubBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/smarthubBidAdapter.js b/modules/smarthubBidAdapter.js index f7f5e07050b..ddf76d64903 100644 --- a/modules/smarthubBidAdapter.js +++ b/modules/smarthubBidAdapter.js @@ -29,7 +29,7 @@ const BASE_URLS = { vimayx: 'https://vimayx-prebid.attekmi.com/pbjs', artechnology: 'https://artechnology-prebid.attekmi.com/pbjs', adinify: 'https://adinify-prebid.attekmi.com/pbjs', - addigi: 'https://addigi-prebid.attekmi.com/pbjs', + addigi: 'https://addigi-prebid.attekmi.com/pbjs', }; const _getUrl = (partnerName) => {