We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec515d commit 2ccc9eeCopy full SHA for 2ccc9ee
modules/smarthubBidAdapter.js
@@ -25,7 +25,7 @@ const ALIASES = {
25
'addigi': {area: '1', pid: '425'},
26
'jambojar': {area: '1', pid: '426'},
27
'anzu': {area: '1', pid: '445'},
28
- 'marlinads': {area: '1', pid: '397'},
+ 'amcom': {area: '1', pid: '397'},
29
};
30
31
const BASE_URLS = {
@@ -41,7 +41,7 @@ const BASE_URLS = {
41
'jambojar': 'https://jambojar-prebid.attekmi.co/pbjs',
42
'jambojar-apac': 'https://jambojar-apac-prebid.attekmi.co/pbjs',
43
'anzu': 'https://anzu-prebid.attekmi.co/pbjs',
44
- 'marlinads': 'https://marlinads-prebid.attekmi.co/pbjs',
+ 'amcom': 'https://amcom-prebid.attekmi.co/pbjs',
45
46
47
const adapterState = {};
0 commit comments