Skip to content

Commit

Permalink
33across - use video.plcmt instead of video.placement (prebid#5375)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosfelix authored Jun 6, 2024
1 parent fe8201e commit f287fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/bidders/33across.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var adUnits = [
context: 'outstream', // required
mimes: ['video/mp4','video/x-flv'], // required
protocols: [ 2, 3 ], // required, set at least 1 value in array
placement: 2, // optional, defaults to 2 when context = outstream
plcmt: 2, // optional, defaults to 2 when context = outstream
api: [ 1, 2 ], // optional
skip: 0, // optional
minduration: 5, // optional
Expand Down Expand Up @@ -104,7 +104,7 @@ var adUnits = [
context: 'instream', // required
mimes: ['video/mp4','video/x-flv'], // required
protocols: [ 2, 3 ], // required, set at least 1 value in array
placement: 1, // optional, defaults to 1 when context = instream
plcmt: 1, // optional, defaults to 1 when context = instream
startdelay: 0, // optional, defaults to 0 when context = instream
api: [ 1, 2 ], // optional
skip: 0, // optional
Expand Down Expand Up @@ -147,7 +147,7 @@ var adUnits = [
context: 'outstream', // required
mimes: ['video/mp4','video/x-flv'], // required
protocols: [ 2, 3 ], // required, set at least 1 value in array
placement: 2, // optional, defaults to 2 when context = outstream
plcmt: 2, // optional, defaults to 2 when context = outstream
api: [ 1, 2 ], // optional
skip: 0, // optional
minduration: 5, // optional
Expand Down

0 comments on commit f287fa0

Please sign in to comment.