---
metadata:
  - name: generator
    content: Diplodoc Platform v5.46.1
alternate:
  - https://yandex.ru/dev/partner-statistics/doc/en/reference/mobile-adunit/addMobileAdUnit.md
  - https://yandex.ru/dev/partner-statistics/doc/ru/reference/mobile-adunit/addMobileAdUnit.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/partner-statistics/doc/ru/llms.txt

<div class="openapi">

# Добавление мобильного блока

<!-- markdownlint-disable-file -->

{% list tabs %}

- Info

  ## Request
  
  <div class="openapi__requests">
  
  <div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-post);margin-bottom: 12px">
  
  <div class="openapi__request">
  
  POST {.openapi__method}
  ```text translate=no
  https://partner.yandex.ru/api/mobile/adunit
  ```
  
  </div>
  
  Partner API
  
  </div>
  
  </div>
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  {% cut "**One of 5 types**" %}{.json-schema-combinators data-marker=or}
  
  - **Type**: [AddAppOpenMobileAdUnit](#entity-AddAppOpenMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Type**: [AddRewardedMobileAdUnit](#entity-AddRewardedMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example",
      "currencyType": "example",
      "currencyValue": 0
    }
    ```
  
    {% endcut %}
  
  - **Type**: [AddInterstitialMobileAdUnit](#entity-AddInterstitialMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Type**: [AddBannerMobileAdUnit](#entity-AddBannerMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Type**: [AddNativeMobileAdUnit](#entity-AddNativeMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### Strategy {#entity-Strategy}
  
  Стратегия управления рекламным трафиком
  
  #|
  || **Name** | **Description** ||
  ||
  
  _type_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Тип стратегии
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### MaxRevenueStrategy {#entity-MaxRevenueStrategy}
  
  Не ограничивает стоимость показа
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [Strategy](#entity-Strategy)
  
    Стратегия управления рекламным трафиком
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### MinCpmStrategy {#entity-MinCpmStrategy}
  
  Порог определяет стоимость тысячи видимых показов
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [Strategy](#entity-Strategy)
  
    Стратегия управления рекламным трафиком
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - {% cut "**Type**: object" %}
  
    #|
    ||
  
    _mincpm_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    Значение порога
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "type": "example",
    "mincpm": 0.5
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### MinCpmVStrategy {#entity-MinCpmVStrategy}
  
  _Deprecated_{.json-schema-reset .json-schema-deprecated-title}{title="This entity is deprecated and may be removed in future versions."}
  
  Порог определяет стоимость тысячи видимых показов (Deprecated)
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [Strategy](#entity-Strategy)
  
    Стратегия управления рекламным трафиком
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - {% cut "**Type**: object" %}
  
    #|
    ||
  
    _mincpm_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    Значение порога
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "type": "example",
    "mincpm": 0.5
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### MinECpmStrategy {#entity-MinECpmStrategy}
  
  _Deprecated_{.json-schema-reset .json-schema-deprecated-title}{title="This entity is deprecated and may be removed in future versions."}
  
  Порог определяет стоимость тысячи показов (Deprecated)
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [Strategy](#entity-Strategy)
  
    Стратегия управления рекламным трафиком
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - {% cut "**Type**: object" %}
  
    #|
    ||
  
    _mincpm_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    **Type**: number
  
    Значение порога
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "type": "example",
    "mincpm": 0.5
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### AddBaseMobileAdUnit {#entity-AddBaseMobileAdUnit}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _applicationId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Идентификатор приложения
  {.table-cell}
  ||
  ||
  
  _type_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Тип блока или тип операции над ним
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _caption_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Описание
  
  _Min length:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `255`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _strategy_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**One of 4 types**" %}{.json-schema-combinators data-marker=or}
  
  - **Максимальный доход**
  
    **Type**: [MaxRevenueStrategy](#entity-MaxRevenueStrategy)
  
    Не ограничивает стоимость показа
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Минимальный порог CPM**
  
    **Type**: [MinCpmStrategy](#entity-MinCpmStrategy)
  
    Порог определяет стоимость тысячи видимых показов
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example",
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  - **Минимальный порог CPMV**
  
    _Deprecated_{.json-schema-reset .json-schema-deprecated-title}{title="This entity is deprecated and may be removed in future versions."}
  
    **Type**: [MinCpmVStrategy](#entity-MinCpmVStrategy)
  
    Порог определяет стоимость тысячи видимых показов (Deprecated)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example",
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  - **Минимальный порог eCPM**
  
    _Deprecated_{.json-schema-reset .json-schema-deprecated-title}{title="This entity is deprecated and may be removed in future versions."}
  
    **Type**: [MinECpmStrategy](#entity-MinECpmStrategy)
  
    Порог определяет стоимость тысячи показов (Deprecated)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example",
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  Стратегия управления рекламным трафиком, пороги CPM
  
  _Default:_{.json-schema-reset .json-schema-value} `{
    "type" : "MaxRevenueStrategy"
  }`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### AddAppOpenMobileAdUnit {#entity-AddAppOpenMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [AddBaseMobileAdUnit](#entity-AddBaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Блок рекламы при открытии**
  
    **Type**: unknown
  
    Блок рекламы при открытии
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### AddRewardedMobileAdUnit {#entity-AddRewardedMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [AddBaseMobileAdUnit](#entity-AddBaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - {% cut "**Type**: Блок с вознаграждением" %}
  
    #|
    ||
  
    _currencyType_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    Название внутренней валюты приложения
  
    _Min length:_{.json-schema-reset .json-schema-assertion} `1`
  
    _Max length:_{.json-schema-reset .json-schema-assertion} `64`
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _currencyValue_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: number
  
    Сумма вознаграждения за просмотр во внутренней валюте приложения
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
  
    _Max value:_{.json-schema-reset .json-schema-assertion} `100000000`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Блок с вознаграждением
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "currencyType": "example",
      "currencyValue": 0
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
    "type": "example",
    "currencyType": "example",
    "currencyValue": 0
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### AddInterstitialMobileAdUnit {#entity-AddInterstitialMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [AddBaseMobileAdUnit](#entity-AddBaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Блок межстраничной рекламы**
  
    **Type**: unknown
  
    Блок межстраничной рекламы
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### AddBannerMobileAdUnit {#entity-AddBannerMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [AddBaseMobileAdUnit](#entity-AddBaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Баннер**
  
    **Type**: unknown
  
    Баннер
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### AddNativeMobileAdUnit {#entity-AddNativeMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [AddBaseMobileAdUnit](#entity-AddBaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Блок нативной рекламы**
  
    **Type**: unknown
  
    Блок нативной рекламы
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  ## Responses
  
  <div class="openapi__response__code__200">
  
  ## 200 OK
  
  OK
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "data": {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": null,
      "type": "example"
    },
    "warnings": [
      "example"
    ]
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _data_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "createDate": "2025-01-01T00:00:00Z",
    "editable": true,
    "id": "example",
    "status": "unknown",
    "strategy": null,
    "type": "example"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _warnings_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[]
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "example"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  </div>
  
  <div class="openapi-entity">
  
  ### AdUnitStatus {#entity-AdUnitStatus}
  
  **Type**: string
  
  _Enum:_{.json-schema-reset .json-schema-value} `unknown`, `enabled`, `archived`
  
  </div>
  
  <div class="openapi-entity">
  
  ### BaseMobileAdUnit {#entity-BaseMobileAdUnit}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _applicationId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: number
  
  Идентификатор приложения
  {.table-cell}
  ||
  ||
  
  _id_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Идентификатор блока
  
  _Min length:_{.json-schema-reset .json-schema-assertion} `7`
  
  _Pattern:_{.json-schema-reset .json-schema-assertion} `R-M-\d{1,10}-\d{1,7}`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _type_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: string
  
  Тип блока или тип операции над ним
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _caption_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  Описание
  
  _Min length:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max length:_{.json-schema-reset .json-schema-assertion} `255`
  
  _Example:_{.json-schema-reset .json-schema-example} `example`
  {.table-cell}
  ||
  ||
  
  _createDate_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date-time&gt;
  
  Дата создания блока
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
  {.table-cell}
  ||
  ||
  
  _editable_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: boolean
  
  Допустимость редактирования
  {.table-cell}
  ||
  ||
  
  _status_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: [AdUnitStatus](#entity-AdUnitStatus)
  
  Текущий статус
  
  _Enum:_{.json-schema-reset .json-schema-value} `unknown`, `enabled`, `archived`
  {.table-cell}
  ||
  ||
  
  _strategy_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  {% cut "**One of 4 types**" %}{.json-schema-combinators data-marker=or}
  
  - **Максимальный доход**
  
    **Type**: [MaxRevenueStrategy](#entity-MaxRevenueStrategy)
  
    Не ограничивает стоимость показа
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Минимальный порог CPM**
  
    **Type**: [MinCpmStrategy](#entity-MinCpmStrategy)
  
    Порог определяет стоимость тысячи видимых показов
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example",
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  - **Минимальный порог CPMV**
  
    _Deprecated_{.json-schema-reset .json-schema-deprecated-title}{title="This entity is deprecated and may be removed in future versions."}
  
    **Type**: [MinCpmVStrategy](#entity-MinCpmVStrategy)
  
    Порог определяет стоимость тысячи видимых показов (Deprecated)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example",
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  - **Минимальный порог eCPM**
  
    _Deprecated_{.json-schema-reset .json-schema-deprecated-title}{title="This entity is deprecated and may be removed in future versions."}
  
    **Type**: [MinECpmStrategy](#entity-MinECpmStrategy)
  
    Порог определяет стоимость тысячи показов (Deprecated)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "type": "example",
      "mincpm": 0.5
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  Стратегия управления рекламным трафиком, пороги CPM
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "type": "example"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "createDate": "2025-01-01T00:00:00Z",
    "editable": true,
    "id": "example",
    "status": "unknown",
    "strategy": {
      "type": "example"
    },
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### AppOpenMobileAdUnit {#entity-AppOpenMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [BaseMobileAdUnit](#entity-BaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Блок рекламы при открытии**
  
    **Type**: unknown
  
    Блок рекламы при открытии
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "createDate": "2025-01-01T00:00:00Z",
    "editable": true,
    "id": "example",
    "status": "unknown",
    "strategy": {
      "type": "example"
    },
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### RewardedMobileAdUnit {#entity-RewardedMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [BaseMobileAdUnit](#entity-BaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - {% cut "**Type**: Блок с вознаграждением" %}
  
    #|
    ||
  
    _currencyType_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    Название внутренней валюты приложения
  
    _Min length:_{.json-schema-reset .json-schema-assertion} `1`
  
    _Max length:_{.json-schema-reset .json-schema-assertion} `64`
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    ||
  
    _currencyValue_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: number
  
    Сумма вознаграждения за просмотр во внутренней валюте приложения
  
    _Min value:_{.json-schema-reset .json-schema-assertion} `0`
  
    _Max value:_{.json-schema-reset .json-schema-assertion} `100000000`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    Блок с вознаграждением
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "currencyType": "example",
      "currencyValue": 0
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "createDate": "2025-01-01T00:00:00Z",
    "editable": true,
    "id": "example",
    "status": "unknown",
    "strategy": {
      "type": "example"
    },
    "type": "example",
    "currencyType": "example",
    "currencyValue": 0
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### BannerMobileAdUnit {#entity-BannerMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [BaseMobileAdUnit](#entity-BaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Баннер**
  
    **Type**: unknown
  
    Баннер
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "createDate": "2025-01-01T00:00:00Z",
    "editable": true,
    "id": "example",
    "status": "unknown",
    "strategy": {
      "type": "example"
    },
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### NativeMobileAdUnit {#entity-NativeMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [BaseMobileAdUnit](#entity-BaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Блок нативной рекламы**
  
    **Type**: unknown
  
    Блок нативной рекламы
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "createDate": "2025-01-01T00:00:00Z",
    "editable": true,
    "id": "example",
    "status": "unknown",
    "strategy": {
      "type": "example"
    },
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### InterstitialMobileAdUnit {#entity-InterstitialMobileAdUnit}
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: [BaseMobileAdUnit](#entity-BaseMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Блок межстраничной рекламы**
  
    **Type**: unknown
  
    Блок межстраничной рекламы
  
    _Example:_{.json-schema-reset .json-schema-example} `null`
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "createDate": "2025-01-01T00:00:00Z",
    "editable": true,
    "id": "example",
    "status": "unknown",
    "strategy": {
      "type": "example"
    },
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### MobileAdUnit {#entity-MobileAdUnit}
  
  {% cut "**One of 5 types**" %}{.json-schema-combinators data-marker=or}
  
  - **Type**: [AppOpenMobileAdUnit](#entity-AppOpenMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Type**: [RewardedMobileAdUnit](#entity-RewardedMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example",
      "currencyType": "example",
      "currencyValue": 0
    }
    ```
  
    {% endcut %}
  
  - **Type**: [BannerMobileAdUnit](#entity-BannerMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Type**: [NativeMobileAdUnit](#entity-NativeMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  - **Type**: [InterstitialMobileAdUnit](#entity-InterstitialMobileAdUnit)
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "applicationId": 0.5,
      "caption": "example",
      "createDate": "2025-01-01T00:00:00Z",
      "editable": true,
      "id": "example",
      "status": "unknown",
      "strategy": {
        "type": "example"
      },
      "type": "example"
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "applicationId": 0.5,
    "caption": "example",
    "createDate": "2025-01-01T00:00:00Z",
    "editable": true,
    "id": "example",
    "status": "unknown",
    "strategy": null,
    "type": "example"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  </div>
        

- Console

  ```openapi-sandbox translate=no
  pathParams: []
  searchParams: []
  headers: []
  body: |-
    {
      "applicationId": 0.5,
      "caption": "example",
      "strategy": "{\n  \"type\" : \"MaxRevenueStrategy\"\n}",
      "type": "example"
    }
  schema:
    oneOf:
      - allOf:
          - discriminator:
              propertyName: type
            properties:
              applicationId:
                type: number
                description: Идентификатор приложения
              caption:
                type: string
                description: Описание
                maxLength: 255
                minLength: 1
              strategy:
                default: |-
                  {
                    "type" : "MaxRevenueStrategy"
                  }
                description: Стратегия управления рекламным трафиком, пороги CPM
                oneOf:
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                    description: Не ограничивает стоимость показа
                    required:
                      - type
                    title: Максимальный доход
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    description: Порог определяет стоимость тысячи видимых показов
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPM
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: >-
                      Порог определяет стоимость тысячи видимых показов
                      (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPMV
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: Порог определяет стоимость тысячи показов (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог eCPM
              type:
                type: string
                description: Тип блока или тип операции над ним
            required:
              - applicationId
              - type
          - description: Блок рекламы при открытии
            title: Блок рекламы при открытии
      - allOf:
          - discriminator:
              propertyName: type
            properties:
              applicationId:
                type: number
                description: Идентификатор приложения
              caption:
                type: string
                description: Описание
                maxLength: 255
                minLength: 1
              strategy:
                default: |-
                  {
                    "type" : "MaxRevenueStrategy"
                  }
                description: Стратегия управления рекламным трафиком, пороги CPM
                oneOf:
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                    description: Не ограничивает стоимость показа
                    required:
                      - type
                    title: Максимальный доход
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    description: Порог определяет стоимость тысячи видимых показов
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPM
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: >-
                      Порог определяет стоимость тысячи видимых показов
                      (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPMV
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: Порог определяет стоимость тысячи показов (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог eCPM
              type:
                type: string
                description: Тип блока или тип операции над ним
            required:
              - applicationId
              - type
          - description: Блок с вознаграждением
            properties:
              currencyType:
                type: string
                description: Название внутренней валюты приложения
                maxLength: 64
                minLength: 1
              currencyValue:
                type: number
                description: Сумма вознаграждения за просмотр во внутренней валюте приложения
                maximum: 100000000
                minimum: 0
            required:
              - currencyType
              - currencyValue
            title: Блок с вознаграждением
      - allOf:
          - discriminator:
              propertyName: type
            properties:
              applicationId:
                type: number
                description: Идентификатор приложения
              caption:
                type: string
                description: Описание
                maxLength: 255
                minLength: 1
              strategy:
                default: |-
                  {
                    "type" : "MaxRevenueStrategy"
                  }
                description: Стратегия управления рекламным трафиком, пороги CPM
                oneOf:
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                    description: Не ограничивает стоимость показа
                    required:
                      - type
                    title: Максимальный доход
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    description: Порог определяет стоимость тысячи видимых показов
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPM
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: >-
                      Порог определяет стоимость тысячи видимых показов
                      (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPMV
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: Порог определяет стоимость тысячи показов (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог eCPM
              type:
                type: string
                description: Тип блока или тип операции над ним
            required:
              - applicationId
              - type
          - description: Блок межстраничной рекламы
            title: Блок межстраничной рекламы
      - allOf:
          - discriminator:
              propertyName: type
            properties:
              applicationId:
                type: number
                description: Идентификатор приложения
              caption:
                type: string
                description: Описание
                maxLength: 255
                minLength: 1
              strategy:
                default: |-
                  {
                    "type" : "MaxRevenueStrategy"
                  }
                description: Стратегия управления рекламным трафиком, пороги CPM
                oneOf:
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                    description: Не ограничивает стоимость показа
                    required:
                      - type
                    title: Максимальный доход
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    description: Порог определяет стоимость тысячи видимых показов
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPM
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: >-
                      Порог определяет стоимость тысячи видимых показов
                      (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPMV
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: Порог определяет стоимость тысячи показов (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог eCPM
              type:
                type: string
                description: Тип блока или тип операции над ним
            required:
              - applicationId
              - type
          - description: Баннер
            title: Баннер
      - allOf:
          - discriminator:
              propertyName: type
            properties:
              applicationId:
                type: number
                description: Идентификатор приложения
              caption:
                type: string
                description: Описание
                maxLength: 255
                minLength: 1
              strategy:
                default: |-
                  {
                    "type" : "MaxRevenueStrategy"
                  }
                description: Стратегия управления рекламным трафиком, пороги CPM
                oneOf:
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                    description: Не ограничивает стоимость показа
                    required:
                      - type
                    title: Максимальный доход
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    description: Порог определяет стоимость тысячи видимых показов
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPM
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: >-
                      Порог определяет стоимость тысячи видимых показов
                      (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог CPMV
                  - allOf:
                      - description: Стратегия управления рекламным трафиком
                        discriminator:
                          propertyName: type
                        properties:
                          type:
                            type: string
                            description: Тип стратегии
                        required:
                          - type
                      - type: object
                        properties:
                          mincpm:
                            type: number
                            description: Значение порога
                    deprecated: true
                    description: Порог определяет стоимость тысячи показов (Deprecated)
                    required:
                      - mincpm
                      - type
                    title: Минимальный порог eCPM
              type:
                type: string
                description: Тип блока или тип операции над ним
            required:
              - applicationId
              - type
          - description: Блок нативной рекламы
            title: Блок нативной рекламы
  bodyType: application/json
  method: post
  security:
    - type: oauth2
      flows:
        implicit:
          authorizationUrl: https://oauth.yandex.ru/authorize
          scopes:
            pi:access-ad-inventory-api: Yandex Advertising Network (Inventory Management API)
    - type: apiKey
      name: Authorization
      in: header
  path: mobile/adunit
  host: https://partner.yandex.ru
  
  ```
        

{% endlist %}


</div>

[*Deprecated]: No longer supported, please use an alternative and newer version.