List AdMob apps
admob_list_appsList AdMob apps with their IDs, platform, and approval state. Use the 'all' option to retrieve all apps via pagination.
Instructions
List the apps under an AdMob account, including app id, platform, and approval state. Set all=true to page through every app (capped for output size).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Follow pagination and return all apps (capped). | |
| pageSize | No | ||
| pageToken | No | ||
| 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. |