google_ads_conversions_list
Retrieve all conversion actions in a Google Ads account to obtain their IDs for use in get, update, remove, or tag operations. Includes id, name, type, status, and category.
Instructions
List every conversion action configured on the Google Ads customer, ordered by numeric id. Returns [{id (string), name, type (ConversionActionType enum string, e.g. 'WEBPAGE'), status ('ENABLED'|'HIDDEN'|'REMOVED'|'UNSPECIFIED'|'UNKNOWN'), category (enum string, e.g. 'PURCHASE', 'SIGNUP')}]. Read-only. Use this to discover conversion_action_id values before calling .get, .update, .remove, or .tag. For CV performance metrics use google_ads_conversions_performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. |