Skip to content

Commit

Permalink
Add new alias for Adtelligent adapter (#3295)
Browse files Browse the repository at this point in the history
* Add new alias for Adtelligent adapter

* Fix alias
  • Loading branch information
GeneGenie authored and jsnellbaker committed Nov 14, 2018
1 parent 433efea commit 3320a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/adtelligentBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const DISPLAY = 'display';

export const spec = {
code: BIDDER_CODE,
aliases: ['onefiftytwomedia'],
supportedMediaTypes: [VIDEO, BANNER],
isBidRequestValid: function (bid) {
return bid && bid.params && bid.params.aid;
Expand Down

0 comments on commit 3320a83

Please sign in to comment.