Необходимый. Аккаунт AdMob, которому принадлежит эта коллекция сопоставлений рекламных блоков. Формат: account/{publisherId} Инструкции по поиску идентификатора издателя AdMob см. на странице https://support.google.com/admob/answer/2784578 .
Необходимый. Сообщение с запросом, определяющее создаваемые сопоставления рекламных блоков. В пакете можно создать не более 100 сопоставлений рекламных блоков. Если количество сопоставлений рекламных блоков в пакетном запросе превышает 100, весь запрос будет отклонен и сопоставления рекламных блоков созданы не будут.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-01-06 UTC."],[[["Batch create up to 100 ad unit mappings under a specific AdMob account."],["Requires the `https://www.googleapis.com/auth/admob.monetization` OAuth scope for authorization."],["Uses a POST request to `https://admob.googleapis.com/v1beta/{parent=accounts/*}/adUnitMappings:batchCreate`."],["The request body includes an array of `CreateAdUnitMappingRequest` objects, each specifying an ad unit mapping to create."],["The response body contains an array of created `AdUnitMapping` objects."]]],["This content describes how to batch create ad unit mappings within an AdMob account using a `POST` request to the `adUnitMappings:batchCreate` endpoint. The request must include the `parent` account ID in the URL. The request body contains an array of `CreateAdUnitMappingRequest` objects, with a maximum of 100. The response body returns an array of the successfully created `adUnitMappings`. This method requires `admob.monetization` authorization scope and is subject to access limitations.\n"]]