google_ ads_ get_ conversion_ actions
List conversion actions with status, type, category, primary/include-in-conversions flags, owner customer, and last activity dates when supported.
List conversion actions with status, type, category, primary/include-in-conversions flags, owner customer, and last activity dates when supported.
- 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) |
statusFilter | string | Optional | One of: ENABLED, HIDDEN, REMOVED. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_conversion_actions",
"args": {
"customerId": "<string>"
}
}
}