Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smarthub Bid Adapter : set skipPbsAliasing to false #12601

Merged
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
Loading