[null,null,["最后更新时间 (UTC):2025-08-21。"],[[["\u003cp\u003eCreates a new app under a specified AdMob account using an HTTP POST request.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the account ID as a path parameter and app details in the request body.\u003c/p\u003e\n"],["\u003cp\u003eReturns the newly created app details in the response if successful.\u003c/p\u003e\n"],["\u003cp\u003eNeeds \u003ccode\u003eadmob.monetization\u003c/code\u003e OAuth scope for authorization and may have limited access requiring account manager intervention.\u003c/p\u003e\n"]]],["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"],null,["# Method: accounts.apps.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nCreates an app under the specified AdMob account.\n\n\u003cbr /\u003e\n\n| This method has limited access. If you see a 403 permission denied error, please reach out to your account manager for access.\n\n\u003cbr /\u003e\n\n### HTTP request\n\n`POST https://admob.googleapis.com/v1beta/{parent=accounts/*}/apps`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. Resource name of the account for which the app is being created. Example: accounts/pub-9876543210987654 |\n\n### Request body\n\nThe request body contains an instance of [App](/admob/api/reference/rest/v1beta/accounts.apps#App).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [App](/admob/api/reference/rest/v1beta/accounts.apps#App).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/admob.monetization`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]