diff --git a/dev-docs/bidders/nextMillennium.md b/dev-docs/bidders/nextMillennium.md index c7f7361af4..c24853b267 100644 --- a/dev-docs/bidders/nextMillennium.md +++ b/dev-docs/bidders/nextMillennium.md @@ -30,3 +30,18 @@ prebid_member: true Required one of the two parameters placement_id or group_id. Further information for the auction on NextMillennium side is generated automatically. + +### Additional options + +#### disabledSendingStatisticData + +The `disabledSendingStatisticData` parameter disables sending statistics data to the nextMillennium server, such as bidRequested, bidResponse, noBid and bidTimeout events. +An example of enabling this option: +``` +pbjs.setBidderConfig({ + bidders: ['nextMillennium'], + config: { + disabledSendingStatisticData: true, + }, +}) +```