You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/publisher-api-reference/setConfig.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1408,20 +1408,20 @@ pbjs.setConfig({
1408
1408
1409
1409
The Previous Auction Info module enables functionality to collect prior auction data for participating bidders and publishers (This feature is `opt-in`, by default it is disabled). The following requirements must be in place for the module to work:
1410
1410
1411
-
- Publisher's who would like to participate must explicitly configure PBJS to do so:
1411
+
* Publisher's who would like to participate must explicitly configure PBJS to do so:
1412
1412
1413
1413
```javascript
1414
1414
pbjs.setConfig({previousAuctionInfo:true})
1415
1415
```
1416
1416
1417
-
- Only bid adapters who have enabled this feature will be able to utilize it. To do this, a bid adapter must add the following to their bidAdapter.js file:
1417
+
* Only bid adapters who have enabled this feature will be able to utilize it. To do this, a bid adapter must add the following to their bidAdapter.js file:
0 commit comments