From a85d70522a2a4398df4b5f9de5533f37047cd77e Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 17 Nov 2025 17:31:55 +0200 Subject: [PATCH] Attekmi: rename alias from Marlinads to Amcom --- modules/smarthubBidAdapter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/smarthubBidAdapter.js b/modules/smarthubBidAdapter.js index e779fd8d43d..4848d80d538 100644 --- a/modules/smarthubBidAdapter.js +++ b/modules/smarthubBidAdapter.js @@ -25,7 +25,7 @@ const ALIASES = { 'addigi': {area: '1', pid: '425'}, 'jambojar': {area: '1', pid: '426'}, 'anzu': {area: '1', pid: '445'}, - 'marlinads': {area: '1', pid: '397'}, + 'amcom': {area: '1', pid: '397'}, }; const BASE_URLS = { @@ -41,7 +41,7 @@ const BASE_URLS = { 'jambojar': 'https://jambojar-prebid.attekmi.co/pbjs', 'jambojar-apac': 'https://jambojar-apac-prebid.attekmi.co/pbjs', 'anzu': 'https://anzu-prebid.attekmi.co/pbjs', - 'marlinads': 'https://marlinads-prebid.attekmi.co/pbjs', + 'amcom': 'https://amcom-prebid.attekmi.co/pbjs', }; const adapterState = {};