Skip to content

Commit

Permalink
9.0: Update acuityadsBidAdapter.js to add plcmt (#11710)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann committed Jun 5, 2024
1 parent 50023d0 commit b932759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/acuityadsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function getPlacementReqData(bid) {
placement.protocols = mediaTypes[VIDEO].protocols;
placement.startdelay = mediaTypes[VIDEO].startdelay;
placement.placement = mediaTypes[VIDEO].placement;
placement.plcmt = mediaTypes[VIDEO].plcmt;
placement.skip = mediaTypes[VIDEO].skip;
placement.skipafter = mediaTypes[VIDEO].skipafter;
placement.minbitrate = mediaTypes[VIDEO].minbitrate;
Expand Down

0 comments on commit b932759

Please sign in to comment.