File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments