Skip to content

Commit

Permalink
update placement to plcmt
Browse files Browse the repository at this point in the history
  • Loading branch information
khang-vu-ttd committed Dec 4, 2024
1 parent ace2af3 commit ae6eebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/ttd.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var bannerAdUnit = {
#### `mediaTypes.video` Parameters

The TTD adapter for video requires certain parameters in the AdUnit's
[mediaTypes.video](https://docs.prebid.org/dev-docs/adunit-reference.html#adUnit.mediaTypes.video) definition. Specifically, `maxduration`, `api`, `mimes`, `placement`, and `protocols` are all required for video ad units. `playerSize`, `startdelay`, `playbackmethod`, and `pos` are recommended. `minduration`, `minbitrate`, `maxbitrate`, `skip`, `skipmin`, and `skipafter` are optional.
[mediaTypes.video](https://docs.prebid.org/dev-docs/adunit-reference.html#adUnit.mediaTypes.video) definition. Specifically, `maxduration`, `api`, `mimes`, `plcmt`, and `protocols` are all required for video ad units. `playerSize`, `startdelay`, `playbackmethod`, and `pos` are recommended. `minduration`, `minbitrate`, `maxbitrate`, `skip`, `skipmin`, and `skipafter` are optional.

Note: TTD does not currently support `adpod` video contexts.

Expand All @@ -108,7 +108,7 @@ var videoAdUnit = {
playerSize: [640, 480],
api: [1, 3],
mimes: ['video/mp4'],
placement: 3,
plcmt: 3,
protocols: [2, 3, 5, 6],
startdelay: -1,
playbackmethod: [1],
Expand Down

0 comments on commit ae6eebe

Please sign in to comment.