[null,null,["Terakhir diperbarui pada 2024-05-14 UTC."],[[["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"]]