Skip to content

Commit 5345e8b

Browse files
authored
WURFL RTD: update configuration parameters (prebid#6404)
* WURFL RTD: update configuration parameters * WURFL RTD: update configuration parameters
1 parent b77931b commit 5345e8b

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

dev-docs/modules/wurflRtdProvider.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,11 @@ pbjs.setConfig({
126126
| Name | Type | Description | Default |
127127
|------|------|-------------|---------|
128128
| `name` | String | Real time data module name | Always 'wurfl' |
129-
| `waitForIt` | Boolean | Should be set to true for proper initialization | `false` |
130-
| `params` | Object | Configuration parameters for WURFL RTD | |
131-
| `params.altHost` | String | Alternate host for connecting to WURFL.js | |
132-
| `params.debug` | Boolean | Enable debug mode for troubleshooting | `false` |
133-
| `params.abTest` | Object | A/B testing configuration (optional) | |
134-
| `params.abTest.enabled` | Boolean | Enable A/B testing | `false` |
135-
| `params.abTest.testName` | String | Name identifier for the test | |
136-
| `params.abTest.splitRatio` | Number | Ratio for treatment group (0.0-1.0) | `0.5` |
129+
| `params` | Object | Configuration parameters | |
130+
| `params.altHost` | String | Alternate host to connect to WURFL.js | |
131+
| `params.abTest` | Boolean | Enable A/B testing mode | `false` |
132+
| `params.abName` | String | A/B test name identifier | `'unknown'` |
133+
| `params.abSplit` | Number | Fraction of users in treatment group (0-1) | `0.8` |
137134

138135
## Testing
139136

0 commit comments

Comments
 (0)