# Campaign types

### Campaign types

* **A/B Tests:** `ab`
* **Multi-pages Tests:**
  * `multipages` for master campaign.
  * `ab` for sub-test campaigns - `parentID` field should be different of `0`.
* **Multi-variates Tests:**
  * `multivariate` for master campaign.
  * `ab` for sub-test campaigns - `parentID` field should be different of `0`.
* **Personalizations:**
  * `mastersegment` for master campaign.
  * `subsegment` for scenario campaigns - `parentID` field should be different of `0`.

### Campaign status

**Accepted status:**

| Status                    | Description                                                                                                             | Minimum Tag version |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------- |
| accepted                  | Campaign is applied on the page.                                                                                        | 2.1                 |
| accepted\_by\_redirection | Campaign is applied on the page but the variation modifications are not applied as it comes from a redirected campaign. | 3.0                 |

**Waiting status:**

| Status                          | Description                                                                                                                      | Minimum Tag version |
| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| pending                         | Tag is trying to resolve the targeting every 16ms.                                                                               | 2.1                 |
| currently\_checking             | Tag is currently checking the targeting.                                                                                         | 3.0                 |
| other\_subsegment\_is\_checking | Tag is waiting for other perso subsegments to be checked before checking the current one.                                        | 3.0                 |
| target\_by\_event\_pending      | Tag is waiting for manual activation thanks to [ABTastyStartTest()](/client-side/tag/tag-methods-variables.md#campaign-methods). | 3.0                 |
| waiting\_code\_resolution       | Tag is waiting for resolution of an asynchronous targeting custom code.                                                          | 3.0                 |

**Rejected status:**

| Status                                | Description                                                                                                                                         | Minimum Tag version |
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| rejected                              | *(Deprecated)* Campaign is not applied and targeting success is `false`.                                                                            | 2.1                 |
| audience\_rejected                    | *(Deprecated)* Campaign is not applied and audience targeting success is `false`.                                                                   | 2.4                 |
| target\_pages\_rejected               | Campaign is not applied and "Where to display the test" criterias success is `false`.                                                               | 2.4                 |
| qa\_parameters\_rejected              | Campaign is not applied and QA mode criterias success is `false`.                                                                                   | 2.4                 |
| trigger\_rejected                     | Campaign is not applied and trigger criterias success is `false`.                                                                                   | 2.1                 |
| segment\_rejected                     | Campaign is not applied and audience segment criterias success is `false`.                                                                          | 2.5                 |
| traffic\_rejected                     | Campaign is not applied due to untracked traffic from the traffic allocation configuration.                                                         | 2.5                 |
| one\_visitor\_one\_test               | Campaign is not applied because another campaign have already been applied during the session *(only for AB Test, Multi-pages and Multi-variates)*. | 2.1                 |
| another\_subsegment\_already\_started | Campaign can't be applied because another scenario of the same personalization is already applied *(only for personalization)*.                     | 3.0                 |
| master\_campaign\_not\_checked        | Campaign is not applied because it's a master campaign without any modifications.                                                                   | 3.0                 |
| timeout                               | *(For deferred campaign)* Variation data has take more than 3 seconds to be loaded so tag stop and don't execute the campaign.                      | 3.0                 |
| deferred\_loading\_failed             | *(For deferred campaign)* Variation data has not been loaded due to a network error or network blockage.                                            | 3.0                 |
| notPrioritizedYet                     | Campaign is not applied because a campaign with a higher priority level has already been accepted.                                                  | 3.0                 |
| campaign\_type\_rejected\_by\_consent | Campaign is not applied because this campaign type is not supposed to be executed without consent.                                                  | 3.0                 |
| geolocation\_rejected\_by\_consent    | Campaign is not applied because it has a geolocation based targeting and visitor didn't consent for geolocation usage.                              | 3.0                 |
| screenshot\_mode\_rejected            | Campaign is not applied because you are using the Heatmap screenshot mode.                                                                          | 3.0                 |


---

# 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.abtasty.com/client-side/tag/tag-campaign-types.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.
