Skip to content

Commit f030154

Browse files
SmartHubSolutionsVictor
andauthored
Attekmi add new alias artechnology (prebid#12609)
* update adapter SmartHub: add aliases * Attekmi: add new alias Artechnology --------- Co-authored-by: Victor <victor.banudz@smart-hub.io>
1 parent a363b69 commit f030154

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
@@ -15,6 +15,7 @@ const ALIASES = [
1515
{code: 'tredio'},
1616
{code: 'felixads'},
1717
{code: 'vimayx'},
18+
{code: 'artechnology'},
1819
];
1920
const BASE_URLS = {
2021
attekmi: 'https://prebid.attekmi.com/pbjs',
@@ -24,6 +25,7 @@ const BASE_URLS = {
2425
tredio: 'https://tredio-prebid.attekmi.com/pbjs',
2526
felixads: 'https://felixads-prebid.attekmi.com/pbjs',
2627
vimayx: 'https://vimayx-prebid.attekmi.com/pbjs',
28+
artechnology: 'https://artechnology-prebid.attekmi.com/pbjs',
2729
};
2830

2931
const _getUrl = (partnerName) => {

0 commit comments

Comments
 (0)