AI-generated Key Takeaways
- 
          This method creates an app under a specified AdMob account. 
- 
          Access to this method is limited and requires reaching out to your account manager for access if you receive a 403 error. 
- 
          The HTTP request uses a POST method and includes a required parentparameter representing the account resource name.
- 
          The request and response bodies contain instances of the Appresource.
- 
          The method requires the https://www.googleapis.com/auth/admob.monetizationOAuth scope for authorization.
Creates an app under the specified AdMob account.
HTTP request
POST https://admob.googleapis.com/v1beta/{parent=accounts/*}/apps
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. Resource name of the account for which the app is being created. Example: accounts/pub-9876543210987654 | 
Request body
The request body contains an instance of App.
Response body
If successful, the response body contains a newly created instance of App.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/admob.monetization
For more information, see the OAuth 2.0 Overview.