[[["容易理解","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"]],["上次更新時間:2024-09-10 (世界標準時間)。"],[[["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"]]