Skip to content

Commit 6e064f9

Browse files
authored
PBS module page update (#5961)
* PBS module page update fixed braces in example * added endpoints note
1 parent 7dde2dd commit 6e064f9

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

prebid-server/pbs-modules/index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
233236
These are the parameters accepted within the `abtests` object:
234237

235238
{: .table .table-bordered .table-striped }

0 commit comments

Comments
 (0)