# API Campaigns List Screen

Created: 26.04.2023&#x20;

Updated: 27.04.2023&#x20;

Author: Anastasia N.

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

1. Campaign creation button. [**Learn more about API campaign creation**](/lang/en/platform-interface/api-campaigns-creation.md)
2. Column selection dropdown menu to display on the screen.
3. Search by name, label or ID.
4. Selected columns.
5. Additional functions:

   a. Duplicate the campaign by clicking the "two-pages" icon,

&#x20;      b. Edit the campaign by clicking the "pencil" icon,

&#x20;      c. Delete the campaign by clicking the "three dots" icon and selecting “Delete”.

6. Filter the list of campaigns by status or type.

<div align="left"><figure><img src="/files/ApRrfN3Z2kGbJ7JhYHSX" alt="" width="213"><figcaption></figcaption></figure></div>

| Parameter                | Value                                                      |
| ------------------------ | ---------------------------------------------------------- |
| Name                     | Campaign name                                              |
| Status                   | Current campaign status — Active, Paused, Draft            |
| Type                     | Campaign type — Custom Code, Recommendations               |
| Impressions 7 days       | Number of impressions in the last 7 days                   |
| Clicks 7 days            | Number of clicks in the last 7 days                        |
| Last Modified            | Date of the last campaign modification                     |
| ID                       | Campaign ID                                                |
| Active Variations Count  | Number of active variations in the campaign                |
| Active Experiences Count | Number of active experiences in the campaign               |
| Impressions 1 day        | Number of impressions for the previous day                 |
| Impressions 30 days      | Number of impressions in the last 30 days, excluding today |
| Clicks 1 day             | Number of clicks for the previous day                      |
| Clicks 30 days           | Number of clicks in the last 30 days                       |
| Date Created             | Date of campaign creation                                  |
| Time Created             | Time of campaign creation                                  |
| Time Modified            | Time of the last campaign modification                     |
| Date Published           | Date of campaign publication (status changed to “Active”). |


---

# 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/api-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.
