From d3e71908e270e7e633a43005879014edbc772303 Mon Sep 17 00:00:00 2001 From: bretg Date: Fri, 13 Dec 2024 15:58:53 -0500 Subject: [PATCH] PBS auction endpoint typo (#5777) --- prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md b/prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md index 188f4b16a2..b885c64890 100644 --- a/prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md +++ b/prebid-server/endpoints/openrtb2/pbs-endpoint-auction.md @@ -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.