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 <[email protected]>
  • Loading branch information
2 people authored and Miguel Morales committed Jan 14, 2025
1 parent da65ef8 commit 992b986
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 992b986

Please sign in to comment.