We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78328c commit a2f156fCopy full SHA for a2f156f
modules/smarthubBidAdapter.js
@@ -25,6 +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'},
29
};
30
31
const BASE_URLS = {
@@ -40,6 +41,7 @@ const BASE_URLS = {
40
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',
45
46
47
const adapterState = {};
0 commit comments