# A/B tests

Assetario serves its customers with A/B tests for all IAP Recommendation. It is needed to be sure that we provide uplift and measure it correctly.

Usually, we split into two random groups:

* Control
* Personalized

The customer must agree on the A/B test ratio during onboarding.

**Assetario recommended** setup is 30/70 for the pilot where testing and optimization are done after the pilot period A/B split should be increased to 80/20.

In case customers want to perform an A/B test themselves, Assetario would appreciate knowing which users are part of the control group and which users are being personalized by Assetario. This serves multiple purposes, namely:

* Helps ensure all users who are supposed to be in the Assetario group of the A/B test have actually received personalized treatment and hence rightfully qualify to be evaluated as part of the test.
* Allows Assetario to generate performance dashboards and automatically calculate the uplift generated due to Assetario’s personalization engine. This is not possible without knowing which players to compare.

Please, refer to the [Data Definition Table](https://assetario.atlassian.net/wiki/spaces/PROD/pages/1084751873/Data+Requirements#Data-Definition-Table%5BinlineExtension%5D) to see which identifiers Assetario requires.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.assetario.com/docs/integration/iap-personalization-setup/a-b-tests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
