---
metadata:
  - name: generator
    content: Diplodoc Platform v5.46.1
alternate:
  - https://yandex.com/dev/partner-statistics/doc/en/reference/mobile-adunit/getMobileAdUnits.md
  - https://yandex.com/dev/partner-statistics/doc/ru/reference/mobile-adunit/getMobileAdUnits.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/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-get);margin-bottom: 12px">
  
  <div class="openapi__request">
  
  GET {.openapi__method}
  ```text translate=no
  https://partner.yandex.ru/api/mobile/adunit
  ```
  
  </div>
  
  Partner API
  
  </div>
  
  </div>
  
  ### Query parameters
  
  #|
  || **Name** | **Description** ||
  ||
  
  _filter_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: [MobileAdUnitFilter](#entity-MobileAdUnitFilter)
  
  Параметры фильтрации мобильных блоков
  
  {% cut "**Examples**" %}{.json-schema-example}
  
  ``
  
  ```json translate=no
  {
    "appIds": [
      1001,
      1015
    ],
    "status": "ENABLED"
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _pageable_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: [Pageable](#entity-Pageable)
  
  Параметры постраничного вывода
  
  {% cut "**Examples**" %}{.json-schema-example}
  
  ``
  
  ```json translate=no
  {
    "page": 0,
    "size": 20
  }
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  <div class="openapi-entity">
  
  ### AdUnitStatus {#entity-AdUnitStatus}
  
  **Type**: string
  
  _Enum:_{.json-schema-reset .json-schema-value} `unknown`, `enabled`, `archived`
  
  </div>
  
  <div class="openapi-entity">
  
  ### MobileAdUnitFilter {#entity-MobileAdUnitFilter}
  
  Параметры фильтрации мобильных блоков
  
  #|
  || **Name** | **Description** ||
  ||
  
  _appIds_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer[]
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    0
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _status_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: [AdUnitStatus](#entity-AdUnitStatus)[]
  
  Статусы искомых блоков
  
  _Default:_{.json-schema-reset .json-schema-value} `
              ["ENABLED"]
          `
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "unknown"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "appIds": [
      1001,
      1015
    ],
    "status": "ENABLED"
  }
  ```
  
  {% endcut %}
  
  </div>
  
  <div class="openapi-entity">
  
  ### Pageable {#entity-Pageable}
  
  Параметры постраничного вывода
  
  #|
  || **Name** | **Description** ||
  ||
  
  _page_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  Номер страницы (zero-based)
  
  _Default:_{.json-schema-reset .json-schema-value} `0`
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `0`
  {.table-cell}
  ||
  ||
  
  _size_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  Размер страницы
  
  _Default:_{.json-schema-reset .json-schema-value} `20`
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `100`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  {
    "page": 0,
    "size": 20
  }
  ```
  
  {% 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**: [MobileAdUnit](#entity-MobileAdUnit)[]
  
  {% 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">
  
  ### 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">
  
  ### 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:
    - name: filter
      in: query
      description: Параметры фильтрации мобильных блоков
      required: false
      schema:
        $ref: >-
          /home/sandbox/.ya/build/build_root/6h8g/000006/docs/dev/partner/statistics/__docsbuild/.tmp_input/ru/reference/partner-api.yaml#/components/schemas/MobileAdUnitFilter
    - name: pageable
      in: query
      description: Параметры постраничного вывода
      required: false
      schema:
        $ref: >-
          /home/sandbox/.ya/build/build_root/6h8g/000006/docs/dev/partner/statistics/__docsbuild/.tmp_input/ru/reference/partner-api.yaml#/components/schemas/Pageable
  headers: []
  body: null
  schema: {}
  method: get
  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.