Skip to content

Commit

Permalink
Adding new GVL ID for Adzymic adapter (#11517)
Browse files Browse the repository at this point in the history
Adzmyic is an aliased adapter from Appnexus. This update modifies the GVL ID to a new value, 723, obtained by Adzymic.
  • Loading branch information
kampungkat committed May 20, 2024
1 parent f2282e4 commit ecdde0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/appnexusBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const spec = {
{ code: 'beintoo', gvlid: 618 },
{ code: 'projectagora', gvlid: 1032 },
{ code: 'uol', gvlid: 32 },
{ code: 'adzymic', gvlid: 32 },
{ code: 'adzymic', gvlid: 723 },
],
supportedMediaTypes: [BANNER, VIDEO, NATIVE],

Expand Down

0 comments on commit ecdde0f

Please sign in to comment.