Skip to content

Commit

Permalink
Add new alias
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-adverxo committed Nov 11, 2024
1 parent 4cb971c commit a6627d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/adverxoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ const BIDDER_CODE = 'adverxo';

const ALIASES = [
{code: 'adport', skipPbsAliasing: true},
{code: 'bidsmind', skipPbsAliasing: true}
{code: 'bidsmind', skipPbsAliasing: true},
{code: 'mobupps', skipPbsAliasing: true}
];

const AUCTION_URLS = {
adverxo: 'js.pbsadverxo.com',
adport: 'diclotrans.com',
bidsmind: 'egrevirda.com',
mobupps: 'traffhb.com'
};

const ENDPOINT_URL_AD_UNIT_PLACEHOLDER = '{AD_UNIT}';
Expand Down

0 comments on commit a6627d8

Please sign in to comment.