diff --git a/modules/smarthubBidAdapter.js b/modules/smarthubBidAdapter.js index 5f24f432a131..d6600b4afd5c 100644 --- a/modules/smarthubBidAdapter.js +++ b/modules/smarthubBidAdapter.js @@ -15,6 +15,7 @@ const ALIASES = [ {code: 'tredio'}, {code: 'felixads'}, {code: 'vimayx'}, + {code: 'artechnology'}, ]; const BASE_URLS = { attekmi: 'https://prebid.attekmi.com/pbjs', @@ -24,6 +25,7 @@ const BASE_URLS = { tredio: 'https://tredio-prebid.attekmi.com/pbjs', felixads: 'https://felixads-prebid.attekmi.com/pbjs', vimayx: 'https://vimayx-prebid.attekmi.com/pbjs', + artechnology: 'https://artechnology-prebid.attekmi.com/pbjs', }; const _getUrl = (partnerName) => {