Skip to content

Commit

Permalink
Added a description of the disabledSendingStatisticData option for th…
Browse files Browse the repository at this point in the history
…e nextMillennium adapter (prebid#4197)
  • Loading branch information
mhlm authored and ecdrsvc committed Sep 6, 2023
1 parent db48039 commit 9d989bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dev-docs/bidders/nextMillennium.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
})
```

0 comments on commit 9d989bb

Please sign in to comment.