Skip to content

Commit

Permalink
Added MediaFuse Lift alias to Orbitsoft adapter (prebid#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Macheta authored and jacekburys-quantcast committed May 15, 2019
1 parent ebbb169 commit f3d9dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/orbitsoftBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let styleParamsMap = {
};
export const spec = {
code: BIDDER_CODE,
aliases: ['oas', '152media'], // short code and customer aliases
aliases: ['oas', 'mediafuseLift'], // short code and customer aliases
isBidRequestValid: function (bid) {
switch (true) {
case !('params' in bid):
Expand Down

0 comments on commit f3d9dd9

Please sign in to comment.