Skip to content

Commit

Permalink
smarthub set skipPbsAliasing to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Dec 19, 2024
1 parent edf4424 commit 070b639
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 070b639

Please sign in to comment.