Create AdMob app
admob_create_appCreate a new app in Google AdMob by providing platform, display name, and optional publisher ID. Use dryRun to preview the API request without executing.
Instructions
Create a new app under an AdMob account (v1beta). This method is allowlisted by Google: if you get a 403, your account is not yet granted access. Use dryRun to preview the request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, validate the inputs and return the exact API request that would be sent WITHOUT executing it. Default false: the operation runs after the MCP client asks you to confirm. | |
| platform | Yes | App platform. | |
| appStoreId | No | Optional app store id to link an existing store listing (linkedAppInfo). | |
| displayName | Yes | AdMob display name for the app. | |
| publisherId | No | AdMob publisher id or account resource name, e.g. "pub-1234567890123456" or "accounts/pub-1234567890123456". Defaults to ADMOB_PUBLISHER_ID, or the single account on the credentials. |