File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
prebid-server/pbs-modules Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -221,15 +221,18 @@ PBS-Java 3.16 introduced a new A/B testing framework that applies to any module.
221221 ... abtest config for other modules ...
222222 }],
223223 " endpoints" : {
224- " /openrtb2/auction" : {
225- ...
226- }
224+ ...
227225 }
228- ]
229- ]
230- ]
226+ }
227+ }
228+ }
231229```
232230
231+ {: .alert.alert-info :}
232+ If the execution plans defined at the default account level are acceptable, but a specific account wants to test a module,
233+ just add the ` hooks.execution-plan.abtests ` object and then ` hooks.execution-plan.endpoints: {} ` . The empty ` endpoints ` object will be merged
234+ at runtime with the account default. Leaving the account-specific endpoints completely empty will result in an error.
235+
233236These are the parameters accepted within the ` abtests ` object:
234237
235238{: .table .table-bordered .table-striped }
You can’t perform that action at this time.
0 commit comments