Skip to content

Commit

Permalink
Adkernel Bid Adapter: converge digital alias (#6714)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckbo3hrk authored May 6, 2021
1 parent b2cbab4 commit 4166329
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion modules/adkernelBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,22 @@ const NATIVE_INDEX = NATIVE_MODEL.reduce((acc, val, idx) => {
export const spec = {
code: 'adkernel',
gvlid: GVLID,
aliases: ['headbidding', 'adsolut', 'oftmediahb', 'audiencemedia', 'waardex_ak', 'roqoon', 'andbeyond', 'adbite', 'houseofpubs', 'torchad', 'stringads', 'bcm', 'engageadx'],
aliases: [
{code: 'headbidding'},
{code: 'adsolut'},
{code: 'oftmediahb'},
{code: 'audiencemedia'},
{code: 'waardex_ak'},
{code: 'roqoon'},
{code: 'andbeyond'},
{code: 'adbite'},
{code: 'houseofpubs'},
{code: 'torchad'},
{code: 'stringads'},
{code: 'bcm'},
{code: 'engageadx'},
{code: 'converge_digital', gvlid: 248}
],
supportedMediaTypes: [BANNER, VIDEO, NATIVE],

/**
Expand Down

0 comments on commit 4166329

Please sign in to comment.