admob_create_app
Create a new app in AdMob, optionally linking to an App Store or Play Store listing. Specify platform and display name to register for ad monetization.
Instructions
Create a new app in your AdMob account. You can link it to an existing App Store / Play Store app, or create it manually with a display name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | App platform: IOS or ANDROID | |
| displayName | Yes | Display name for the app (e.g., "My Awesome App") | |
| appStoreId | No | App Store ID (iOS) or Package Name (Android) to link. If omitted, creates an unlinked manual app. |