Skip to content

Commit

Permalink
appnexus bid adapter - add gvlids to aliases (prebid#9777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker authored and jorgeluisrocha committed May 18, 2023
1 parent 1a2c86f commit e715105
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/appnexusBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ export const spec = {
aliases: [
{ code: 'appnexusAst', gvlid: 32 },
{ code: 'emxdigital', gvlid: 183 },
{ code: 'pagescience' },
{ code: 'defymedia' },
{ code: 'gourmetads' },
{ code: 'matomy' },
{ code: 'featureforward' },
{ code: 'oftmedia' },
{ code: 'adasta' },
{ code: 'pagescience', gvlid: 32 },
{ code: 'defymedia', gvlid: 32 },
{ code: 'gourmetads', gvlid: 32 },
{ code: 'matomy', gvlid: 32 },
{ code: 'featureforward', gvlid: 32 },
{ code: 'oftmedia', gvlid: 32 },
{ code: 'adasta', gvlid: 32 },
{ code: 'beintoo', gvlid: 618 },
],
supportedMediaTypes: [BANNER, VIDEO, NATIVE],
Expand Down

0 comments on commit e715105

Please sign in to comment.