[[["易于理解","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"]],["最后更新时间 (UTC):2024-05-14。"],[[["Creates a new app under a specified AdMob account using an HTTP POST request."],["Requires providing the account ID as a path parameter and app details in the request body."],["Returns the newly created app details in the response if successful."],["Needs `admob.monetization` OAuth scope for authorization and may have limited access requiring account manager intervention."]]],["This outlines the process to create an app within an AdMob account using a POST request. The request utilizes a URL with gRPC Transcoding, targeting a specific account via the `parent` path parameter. The request body must include an `App` instance, and a successful response will return the newly created `App`. Authorization requires the `https://www.googleapis.com/auth/admob.monetization` OAuth scope. Access to this method is limited, possibly resulting in a 403 error.\n"]]