Skip to content

Commit

Permalink
Medianet bid adapter: MD update for video parameters. (prebid#6922)
Browse files Browse the repository at this point in the history
  • Loading branch information
c3p-0 authored and agrandes-tappx committed Sep 29, 2021
1 parent b4ad09b commit f0ed98f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions modules/medianetBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,16 @@ var videoAdUnit = {
mediaTypes: {
video: {
context: "instream",
playerSize: [640, 480]
playerSize: [640, 480],
mimes: ['video/mp4'],
placement: 1
}
},
bids: [{
bidder: 'medianet',
params: {
cid: '8CUX0H51C',
video: {
mimes: ['video/mp4'],
placement: 1
},
crid: '776755783',
// Site member is to be used only for testing
site: {
page: 'http://smoketesting.net/prebidtest/',
Expand All @@ -111,8 +110,10 @@ var videoAdUnit = {
code: 'video1',
mediaTypes: {
video: {
context: "outstream",
playerSize: [640, 480]
context: "outstream",
playerSize: [640, 480],
mimes: ['video/mp4'],
placement: 1
}
},
/**
Expand All @@ -128,10 +129,7 @@ var videoAdUnit = {
bidder: 'medianet',
params: {
cid: '8CUX0H51C',
video: {
mimes: ['video/mp4'],
placement: 1
},
crid: '776755783',
// Site member is to be used only for testing
site: {
page: 'http://smoketesting.net/prebidtest/',
Expand Down

0 comments on commit f0ed98f

Please sign in to comment.