# Campaigns List Screen

Created: 28.03.2023&#x20;

Updated: 31.03.2023&#x20;

Author: Polina A.

Let's have a look at the main screen of the campaigns section in the platform:

<figure><img src="/files/s3d3jfgNhtKsGJwjz0qe" alt=""><figcaption></figcaption></figure>

1. Campaign creation button. **Learn more about** [**Frontend campaign creation**](/lang/en/platform-interface/frontend-campaigns-creation.md);
2. A dropdown menu upon clicking, with a selection of columns shown in the table:&#x20;

<div align="left" data-full-width="false"><figure><img src="/files/jWvsrtG3IZ2CByaTA5zY" alt=""><figcaption></figcaption></figure></div>

| Paremeter                | Value                                               |
| ------------------------ | --------------------------------------------------- |
| Name                     | Campaign Name                                       |
| Status                   | Campaign Status:                                    |
| Active                   |                                                     |
| Draft                    |                                                     |
| Paused                   |                                                     |
| Type                     | Campaign Type, e.g., recommendation                 |
| Impressions 7 days       | Number of impressions in the last 7 days            |
| Clicks 7 days            | Number of clicks in the last 7 days (if applicable) |
| Last Modified            | Last modification date and the name of the modifier |
| ID                       | Campaign identifier                                 |
| Active Variations Count  | Count Number of active variations                   |
| Active Experiences Count | Count Number of active experiences                  |
| Impressions 1 day        | Number of impressions in the last 1 day             |
| Impressions 30 days      | Number of impressions in the last 30 days           |
| Date Created             | Creation date                                       |
| Time Created             | Creation time                                       |
| Time Modified            | Last modification time                              |
| Date Published           | Publication date (date and time in GMT)             |

3. Search by name, label or ID;
4. Enter the campaign editing mode by clicking on the "pencil" icon;
5. Filter campaigns by status, type or label.


---

# 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://developer.gravityfield.ai/lang/en/platform-interface/campaigns-list-screen.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.
