Skip to content

Commit

Permalink
LoopMe adapter: Added mediaType field into bid response (prebid#5233)
Browse files Browse the repository at this point in the history
  • Loading branch information
EpanchinE authored May 19, 2020
1 parent 3c1c0bf commit 198c53b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/loopmeBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const spec = {
dealId: responseObj.dealId,
netRevenue: responseObj.netRevenue,
vastUrl: responseObj.vastUrl,
mediaType: VIDEO,
renderer
}
];
Expand All @@ -139,7 +140,8 @@ export const spec = {
currency: responseObj.currency,
creativeId: responseObj.creativeId,
dealId: responseObj.dealId,
netRevenue: responseObj.netRevenue
netRevenue: responseObj.netRevenue,
mediaType: BANNER
}
];
}
Expand Down

0 comments on commit 198c53b

Please sign in to comment.