Skip to content

Commit

Permalink
Appnexus Bid Adapter: added emetriq as an alias (prebid#11302)
Browse files Browse the repository at this point in the history
* Add "emetriq" as new "appnexus" alias

* New Adapter: emetriq
  • Loading branch information
Pubstream authored Apr 9, 2024
1 parent 668c7c7 commit 4577159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/appnexusBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const spec = {
aliases: [
{ code: 'appnexusAst', gvlid: 32 },
{ code: 'emxdigital', gvlid: 183 },
{ code: 'emetriq', gvlid: 213 },
{ code: 'pagescience', gvlid: 32 },
{ code: 'gourmetads', gvlid: 32 },
{ code: 'matomy', gvlid: 32 },
Expand Down
2 changes: 2 additions & 0 deletions modules/sirdataRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const partnerIds = {
'appnexus': 27446,
'appnexusAst': 27446,
'brealtime': 27446,
'emetriq': 27446,
'emxdigital': 27446,
'pagescience': 27446,
'gourmetads': 33394,
Expand Down Expand Up @@ -353,6 +354,7 @@ export function addSegmentData(reqBids, data, moduleConfig, onDone) {
case 'appnexus':
case 'appnexusAst':
case 'brealtime':
case 'emetriq':
case 'emxdigital':
case 'pagescience':
case 'gourmetads':
Expand Down

0 comments on commit 4577159

Please sign in to comment.