Skip to content

Commit

Permalink
Smarthub Bid Adapter : set skipPbsAliasing to false (#12601)
Browse files Browse the repository at this point in the history
* update adapter SmartHub: add aliases

* smarthub set skipPbsAliasing to false

---------

Co-authored-by: Victor <[email protected]>
  • Loading branch information
SmartHubSolutions and Victor authored Dec 19, 2024
1 parent c13b1b8 commit 6fe63f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/smarthubBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import {

const BIDDER_CODE = 'smarthub';
const ALIASES = [
{code: 'attekmi', skipPbsAliasing: true},
{code: 'markapp', skipPbsAliasing: true},
{code: 'jdpmedia', skipPbsAliasing: true},
{code: 'tredio', skipPbsAliasing: true},
{code: 'felixads', skipPbsAliasing: true},
{code: 'vimayx', skipPbsAliasing: true},
{code: 'attekmi'},
{code: 'markapp'},
{code: 'jdpmedia'},
{code: 'tredio'},
{code: 'felixads'},
{code: 'vimayx'},
];
const BASE_URLS = {
attekmi: 'https://prebid.attekmi.com/pbjs',
Expand Down

0 comments on commit 6fe63f6

Please sign in to comment.