Skip to content

Commit

Permalink
remove disabledSendingStatisticData section
Browse files Browse the repository at this point in the history
this section  was removed because we do not send statistic anymore
  • Loading branch information
pavel committed Feb 28, 2024
1 parent a0cc2f1 commit 41608ba
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions dev-docs/bidders/setupad.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,3 @@ pbjs.setConfig({
},
});
```

#### disabledSendingStatisticData

The `disabledSendingStatisticData` parameter disables sending statistics data to the Setupad server, such as bidRequested, bidResponse, noBid, and bidTimeout events.
An example of enabling this option:

```javascript
pbjs.setBidderConfig({
bidders: ['setupad'],
config: {
disabledSendingStatisticData: true,
},
});
```

0 comments on commit 41608ba

Please sign in to comment.