Skip to content

Commit 695c570

Browse files
committed
addressed feedback
1 parent 42cb0e8 commit 695c570

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

dev-docs/modules/previousAuctionInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If the requirements above are met, the flow for how the module works is as follo
3535
1. A Prebid.js auction runs and completes.
3636
1. At the end of an auction, details about the auction are collected from each bidder using the module.
3737
1. If a Prebid bid wins, then the `rendered` field is updated to `1` to indicate this in the collected auction data for all bidders who bid on the same adunit within the same Prebid auction.
38-
1. During the next Prebid.js auction, if a bidder has this module enabled AND submits a valid bid request, then previous auction info data will be injected into the bidder's bid request of the new auction within the following path: `ortb2.ext.prebid.previousauctioninfo`.
38+
1. During the next Prebid.js auction, if a bidder is included in previousAuctionInfo.bidders AND is included in the auction, then previous auction info data will be injected into the bidder's bid request of the new auction within the following path: `ortb2.ext.prebid.previousauctioninfo`.
3939

4040
## Configuration Options
4141

dev-docs/publisher-api-reference/setConfig.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,18 +1404,6 @@ pbjs.setConfig({
14041404

14051405
<a name="setConfig-Generic-Configuration"></a>
14061406

1407-
### Enable Previous Auction Info
1408-
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).
1410-
1411-
```javascript
1412-
pbjs.setConfig({previousAuctionInfo: { enabled: true, bidders: ['bidderCode1', 'bidderCode2'], maxQueueLength: 10 }})
1413-
```
1414-
1415-
Note: The `enabled` field is required, the `bidders` and `maxQueueLength` fields are not. For more information about this module, see: [Previous Auction Info](https://docs.prebid.org/dev-docs/modules/previousAuctionInfo.html).
1416-
1417-
<a id="setConfig-previousAuctionInfo"></a>
1418-
14191407
### General adapter Configuration
14201408

14211409
Some adapters may support other options, as defined in their documentation. To set arbitrary configuration values:

0 commit comments

Comments
 (0)