Skip to content

Commit

Permalink
Attekmi add new alias artechnology (prebid#12609)
Browse files Browse the repository at this point in the history
* update adapter SmartHub: add aliases

* Attekmi: add new alias Artechnology

---------

Co-authored-by: Victor <victor.banudz@smart-hub.io>
  • Loading branch information
SmartHubSolutions and Victor authored Dec 31, 2024
1 parent a363b69 commit f030154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/smarthubBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const ALIASES = [
{code: 'tredio'},
{code: 'felixads'},
{code: 'vimayx'},
{code: 'artechnology'},
];
const BASE_URLS = {
attekmi: 'https://prebid.attekmi.com/pbjs',
Expand All @@ -24,6 +25,7 @@ const BASE_URLS = {
tredio: 'https://tredio-prebid.attekmi.com/pbjs',
felixads: 'https://felixads-prebid.attekmi.com/pbjs',
vimayx: 'https://vimayx-prebid.attekmi.com/pbjs',
artechnology: 'https://artechnology-prebid.attekmi.com/pbjs',
};

const _getUrl = (partnerName) => {
Expand Down

0 comments on commit f030154

Please sign in to comment.