Batch create ad unit mappings
admob_batch_create_ad_unit_mappingsBatch create up to 100 ad unit mappings for your AdMob account. Each mapping links an ad unit with an adapter and optional configurations.
Instructions
Create up to 100 ad unit mappings in one call (v1beta, allowlisted). Each mapping targets an ad unit under the same account.
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. | |
| mappings | Yes | Up to 100 mappings. | |
| 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. |