Update mediation group
admob_update_mediation_groupUpdate an AdMob mediation group by specifying changed fields with a field mask. Optionally validate the request before execution.
Instructions
Update a mediation group (v1beta patch, allowlisted). updateMask is required and selects which fields change; repeated fields are fully replaced. See the AdMob docs for supported field mask paths.
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. | |
| updateMask | Yes | Comma-separated FieldMask of fields to update, e.g. "display_name,targeting.ad_unit_ids". | |
| 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. | |
| mediationGroup | Yes | Partial MediationGroup with the fields to update. | |
| mediationGroupId | Yes |