google_ ads_ get_ pmax_ assets
List Performance Max asset group assets from asset_group_asset with asset group/campaign context and optional date-range performance metrics.
List Performance Max asset group assets from asset_group_asset with asset group/campaign context and optional date-range performance metrics.
- Source
- Google Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
customerId- Endpoint
- https:/
/ mcp. getmcpads. com/ google-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
customerId | string | Required | Google Ads customer ID (without dashes, e.g., 1234567890) |
startDate | string | Optional | Optional start date YYYY-MM-DD for performance metrics. |
endDate | string | Optional | Optional end date YYYY-MM-DD for performance metrics. |
campaignId | string | Optional | Optional Performance Max campaign ID filter. |
assetGroupId | string | Optional | Optional asset group ID filter. |
fieldType | string | Optional | Optional AssetFieldType enum filter, e.g. HEADLINE, LONG_HEADLINE, MARKETING_IMAGE. |
statusFilter | string | Optional | One of: ENABLED, PAUSED, REMOVED. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_pmax_assets",
"args": {
"customerId": "<string>"
}
}
}