google_ads_conversions_get
Retrieve a single Google Ads conversion action's configuration by its numeric ID. Returns id, name, type, status, and category to verify settings without modifying data.
Instructions
Fetch one conversion action's configuration from Google Ads by numeric ID. Returns {id, name, type (ConversionActionType enum string, e.g. 'WEBPAGE'), status ('ENABLED'|'HIDDEN'|'REMOVED'|'UNSPECIFIED'|'UNKNOWN'), category (enum string, e.g. 'PURCHASE', 'SIGNUP')} or null when no row matches. Read-only; does NOT return value settings or lookback-window values — use the Google Ads UI for those. For the HTML/JS tag snippet to embed on a site use google_ads_conversions_tag; for full listings use google_ads_conversions_list.
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. | |
| conversion_action_id | Yes | Conversion action ID as a numeric string (e.g. '987654321'). Obtain via google_ads_conversions_list. |