Skip to content

Commit

Permalink
Grid & MGID bid adapters: set spec.gvlid (#9124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi authored Oct 18, 2022
1 parent 4fc33aa commit f351c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/gridBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ let hasSynced = false;

export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
aliases: ['playwire', 'adlivetech', { code: 'trustx', skipPbsAliasing: true }],
supportedMediaTypes: [ BANNER, VIDEO ],
/**
Expand Down
1 change: 1 addition & 0 deletions modules/mgidBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ _each(NATIVE_ASSETS, anAsset => { _NATIVE_ASSET_KEY_TO_ASSET_MAP[anAsset.KEY] =
export const spec = {
VERSION: '1.5',
code: BIDDER_CODE,
gvlid: GVLID,
supportedMediaTypes: [BANNER, NATIVE],
reId: /^[1-9][0-9]*$/,
NATIVE_ASSET_ID_TO_KEY_MAP: _NATIVE_ASSET_ID_TO_KEY_MAP,
Expand Down

0 comments on commit f351c70

Please sign in to comment.