Skip to content

Commit

Permalink
Adding districtm as an alias (prebid#2018)
Browse files Browse the repository at this point in the history
Adding districtm as an alias since it was also an alias in the previous Prebid version.
  • Loading branch information
stevealliance authored and dluxemburg committed Jul 17, 2018
1 parent 5978c2a commit 50b1c89
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 @@ -30,7 +30,7 @@ const SOURCE = 'pbjs';

export const spec = {
code: BIDDER_CODE,
aliases: ['appnexusAst', 'brealtime', 'pagescience', 'defymedia', 'gourmetads', 'matomy', 'featureforward', 'oftmedia'],
aliases: ['appnexusAst', 'brealtime', 'pagescience', 'defymedia', 'gourmetads', 'matomy', 'featureforward', 'oftmedia', 'districtm'],
supportedMediaTypes: [VIDEO, NATIVE],

/**
Expand Down

0 comments on commit 50b1c89

Please sign in to comment.