Skip to content

Commit

Permalink
PBS auction endpoint typo (#5777)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Dec 13, 2024
1 parent b850f6b commit d3e7190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ client can declare a given adunit as eligible for rewards by declaring `imp.ext.
The request can contain the global `createtids` flag to control the `transmitTid` [Activity Control](/prebid-server/features/pbs-activitycontrols.html).
```text
ext.request.createtids: false
ext.prebid.createtids: false
```
If the value is `false`, the `transmitTid` activity is overridden to "denied", which means bid adapters will not get unique transaction IDs. If not specified, then the value of the transmitTid activity for the account is used. The overall default value it `true`, which translates to "allow" the generation of TIDs.
Expand Down

0 comments on commit d3e7190

Please sign in to comment.