google_ads_conversions_list
List all Google Ads conversion actions to obtain conversion_action_id values for use in get, update, remove, or tag operations. Returns ID, name, type, status, and category for each action.
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. |