Skip to content

Commit a2f156f

Browse files
SmartHubSolutionsVictor
andauthored
Attekmi Bid Adapter : add MarlinAds alias (#14094)
* Attekmi: add MarlinAds alias * pid fix --------- Co-authored-by: Victor <victor.banudz@smart-hub.io>
1 parent f78328c commit a2f156f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/smarthubBidAdapter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const ALIASES = {
2525
'addigi': {area: '1', pid: '425'},
2626
'jambojar': {area: '1', pid: '426'},
2727
'anzu': {area: '1', pid: '445'},
28+
'marlinads': {area: '1', pid: '397'},
2829
};
2930

3031
const BASE_URLS = {
@@ -40,6 +41,7 @@ const BASE_URLS = {
4041
'jambojar': 'https://jambojar-prebid.attekmi.co/pbjs',
4142
'jambojar-apac': 'https://jambojar-apac-prebid.attekmi.co/pbjs',
4243
'anzu': 'https://anzu-prebid.attekmi.co/pbjs',
44+
'marlinads': 'https://marlinads-prebid.attekmi.co/pbjs',
4345
};
4446

4547
const adapterState = {};

0 commit comments

Comments
 (0)