Skip to content

Commit

Permalink
BridBidAdapter: switching to plcmt
Browse files Browse the repository at this point in the history
  • Loading branch information
grajzer committed May 16, 2024
1 parent 32497f5 commit 2f17f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bridBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ENDPOINT_URL = 'https://pbs.prebrid.tv/openrtb2/auction';
const GVLID = 934;
const TIME_TO_LIVE = 300;
const VIDEO_PARAMS = [
'api', 'linearity', 'maxduration', 'mimes', 'minduration', 'placement',
'api', 'linearity', 'maxduration', 'mimes', 'minduration', 'plcmt',
'playbackmethod', 'protocols', 'startdelay'
];

Expand Down

0 comments on commit 2f17f98

Please sign in to comment.