From ffe348bfb030f5432aafe9644a5c7639026eae1a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pettit Date: Thu, 27 Apr 2023 17:44:04 +0200 Subject: [PATCH] update doc --- dev-docs/modules/greenbidsRtdProvider.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/modules/greenbidsRtdProvider.md b/dev-docs/modules/greenbidsRtdProvider.md index 2edef70f49..66f1dca46a 100644 --- a/dev-docs/modules/greenbidsRtdProvider.md +++ b/dev-docs/modules/greenbidsRtdProvider.md @@ -32,6 +32,7 @@ This module is configured as part of the `realTimeData.dataProviders` object. | `waitForIt ` | required (mandatory true value) | Tells prebid auction to wait for the result of this module | `'true'` | `boolean` | | `params` | required | | | `Object` | | `params.pbuid` | required | The client site id provided by Greenbids. | `'TEST_FROM_GREENBIDS'` | `string` | +| `params.targetTPR` | optional (default 0.95) | Target True positive rate for the throttling model | `0.99` | `[0-1]` | | `params.timeout` | optional (default 200) | Maximum amount of milliseconds allowed for module to finish working (has to be <= to the realTimeData.auctionDelay property) | `200` | `number` | #### Example