Skip to content

Commit

Permalink
Brid Bid Adapter: switching to plcmt (#11502)
Browse files Browse the repository at this point in the history
* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo bid adapter

* TargetVideo Bid Adapter: Add GDPR/USP support

* TargetVideo Bid Adapter: Add GDPR/USP support tests

* TargetVideo Bid Adapter: Updating margin rule

* Add Brid bid adapter

* Brid adapter requested changes

* BridBidAdapter: switching to plcmt
  • Loading branch information
grajzer authored May 16, 2024
1 parent 5426945 commit dd398f1
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 dd398f1

Please sign in to comment.