From ccc1deebbb787bdff1b2df537f037e0ae70cc8af Mon Sep 17 00:00:00 2001 From: Jason Snellbaker Date: Thu, 6 Apr 2023 11:53:48 -0400 Subject: [PATCH] appnexus bid adapter - add gvlids to aliases --- modules/appnexusBidAdapter.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/appnexusBidAdapter.js b/modules/appnexusBidAdapter.js index f354eb053b1..69afec3d1b3 100644 --- a/modules/appnexusBidAdapter.js +++ b/modules/appnexusBidAdapter.js @@ -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],