Skip to content

Commit

Permalink
Add alias Select Media into Adtelligent (prebid#4985)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneGenie authored and rjvelicaria committed Apr 9, 2020
1 parent 04ab52d commit 18f7b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adtelligentBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const syncsCache = {};

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

0 comments on commit 18f7b31

Please sign in to comment.