Skip to content

Commit

Permalink
Add new alias for Adtelligent adapter (prebid#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 Pedro López Jiménez committed Mar 18, 2019
1 parent 7f7941c commit 4258e50
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 4258e50

Please sign in to comment.