Skip to content

Commit

Permalink
fix mediaType regression in rubicon adapter (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
snapwich authored May 30, 2018
1 parent e81384b commit 64ecd56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/rubiconBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ export const spec = {
requestId: associatedBidRequest.bidId,
currency: 'USD',
creativeId: ad.creative_id,
mediaType: ad.creative_type,
cpm: ad.cpm || 0,
dealId: ad.deal,
ttl: 300, // 5 minutes
Expand Down

0 comments on commit 64ecd56

Please sign in to comment.