Skip to content

Commit

Permalink
Feature/secondary alias (#425)
Browse files Browse the repository at this point in the history
* gps secondary bid adapter

* fix alias
  • Loading branch information
pm-shashank-jain committed Nov 24, 2020
1 parent 3378185 commit 95fc64d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/appnexusBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ export const spec = {
{ code: 'districtm', gvlid: 144 },
{ code: 'adasta' },
{ code: 'beintoo', gvlid: 618 },
{ code: 'dg' }
{ code: 'dg' },
{ code: 'gps' }
],
supportedMediaTypes: [BANNER, VIDEO, NATIVE],

Expand Down

0 comments on commit 95fc64d

Please sign in to comment.