google_ads_conversions_remove
Stop a Google Ads conversion action from counting conversions while preserving historical data. Archive obsolete tracking without data loss. Re-enable via update.
Instructions
Archive (status=REMOVED) a Google Ads conversion action. Returns {resource_name} of the removed row. Destructive — historical data remains but the action stops counting toward 'Conversions'. Re-enabling requires google_ads_conversions_update with status='ENABLED'. For soft-hide that keeps the row visible use google_ads_conversions_update with status='HIDDEN'.
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. |