Skip to content

Commit

Permalink
addressed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jlquaccia committed Feb 21, 2025
1 parent 110369a commit d8303d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/publisher-api-reference/setConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -1406,9 +1406,9 @@ enablePreviousAuctionInfo({ bidderCode: 'some bidder code' });
If the requirements above are met, the flow for how the module works is as follows:

1. A Prebid.js auction runs and completes
2. At the end of an auction, details about the auction are collected from each bidder using the module
3. 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
4. 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 bid request of the new auction within the following path: `ortb2.ext.prebid.previousAuctionInfo`
1. At the end of an auction, details about the auction are collected from each bidder using the module
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
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 bid request of the new auction within the following path: `ortb2.ext.prebid.previousAuctionInfo`

`previousAuctionInfo` is an array of prior auction data catered to a specific bidder (if present, it will be added to a bidder's bid request), the structure of the data looks like this (Note: Once collected previous auction data has been injected into the bid stream, then it is removed from storage):

Expand Down

0 comments on commit d8303d0

Please sign in to comment.