Необходимый. Родительский объект, которому принадлежит эта коллекция сопоставлений рекламных блоков. Формат: account/{publisherId}/adUnits/{adUnitId}.
Параметры запроса
Параметры
pageSize
integer
Максимальное количество возвращаемых сопоставлений рекламных блоков. Если значение не указано или равно 0, будет возвращено не более 10 000 сопоставлений рекламных блоков. Максимальное значение — 20 000; значения выше 20 000 будут уменьшены до 20 000.
pageToken
string
Токен страницы, полученный в результате предыдущего вызова adUnitMappings.list . Укажите это, чтобы получить следующую страницу.
Сопоставления рекламных блоков из указанного аккаунта и рекламного блока.
nextPageToken
string
Используется для установки pageToken в ListAdUnitMappingsRequest для получения следующей страницы. Если это поле опущено, последующие страницы отсутствуют.
[null,null,["Последнее обновление: 2025-01-06 UTC."],[[["Lists ad unit mappings associated with a specific AdMob account and ad unit, allowing retrieval of mapping details."],["Enables filtering and pagination for managing large sets of ad unit mappings using query parameters like `pageSize`, `pageToken`, and `filter`."],["Requires specific authorization scopes (`admob.monetization` or `admob.readonly`) for access, with potential limitations requiring account manager intervention."],["Returns a response containing an array of ad unit mappings and a token for navigating to the next page of results, if available."],["Provides an HTTP request structure with path and query parameters for interacting with the API endpoint."]]],["This API lists ad unit mappings under a specified AdMob account and ad unit using a `GET` request to a specific URL. The `parent` path parameter is mandatory, defining the account and ad unit. Optional query parameters `pageSize`, `pageToken`, and `filter` allow for result pagination and filtering. The request body must be empty, while the response includes an array of `adUnitMappings` and an optional `nextPageToken` for pagination. Access requires specific OAuth scopes, potentially needing account manager assistance.\n"]]