Skip to content

Commit c4c923e

Browse files
authored
Core: remove stale transformBidParams references (prebid#14512)
1 parent d59df0d commit c4c923e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libraries/ortbConverter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ For ease of use, the conversion logic gives special meaning to some context prop
378378

379379
## Prebid Server extensions
380380

381-
If your endpoint is a Prebid Server instance, you may take advantage of the `pbsExtension` companion library, which adds a number of processors that can populate and parse PBS-specific extensions (typically prefixed `ext.prebid`); these include bidder params (with `transformBidParams`), bidder aliases, targeting keys, and others.
381+
If your endpoint is a Prebid Server instance, you may take advantage of the `pbsExtension` companion library, which adds a number of processors that can populate and parse PBS-specific extensions (typically prefixed `ext.prebid`); these include bidder params, bidder aliases, targeting keys, and others.
382382

383383
```javascript
384384
import {pbsExtensions} from '../../libraries/pbsExtensions/pbsExtensions.js'

libraries/pbsExtensions/processors/pbs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const PBS_PROCESSORS = {
3030
},
3131
[IMP]: {
3232
params: {
33-
// sets bid ext.prebid.bidder.[bidderCode] with bidRequest.params, passed through transformBidParams if necessary
33+
// sets bid ext.prebid.bidder.[bidderCode] with bidRequest.params
3434
fn: setImpBidParams
3535
},
3636
adUnitCode: {

0 commit comments

Comments
 (0)