Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions prebid-server/pbs-modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,18 @@ PBS-Java 3.16 introduced a new A/B testing framework that applies to any module.
... abtest config for other modules ...
}],
"endpoints": {
"/openrtb2/auction": {
...
}
...
}
]
]
]
}
}
}
```

{: .alert.alert-info :}
If the execution plans defined at the default account level are acceptable, but a specific account wants to test a module,
just add the `hooks.execution-plan.abtests` object and then `hooks.execution-plan.endpoints: {}`. The empty `endpoints` object will be merged
at runtime with the account default. Leaving the account-specific endpoints completely empty will result in an error.

These are the parameters accepted within the `abtests` object:

{: .table .table-bordered .table-striped }
Expand Down