Draft conversion action changes
draft_update_conversion_actionDraft a preview update for a Google Ads conversion action by modifying attributes like name, counting type, value, or attribution. Provides a plan to apply changes after review.
Instructions
Draft a partial UPDATE of an existing ConversionAction — returns PREVIEW.
Only the parameters you pass non-empty/non-default are sent to the API. Use to rename, demote a Primary to Secondary, change value, adjust the call-duration threshold, or change attribution. Find the ID via: SELECT conversion_action.id, conversion_action.name FROM conversion_action. Call confirm_and_apply with the returned plan_id to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| customer_id | No | ||
| counting_type | No | ||
| currency_code | No | ||
| default_value | No | ||
| primary_for_goal | No | ||
| attribution_model | No | ||
| conversion_action_id | Yes | ||
| always_use_default_value | No | ||
| view_through_window_days | No | ||
| click_through_window_days | No | ||
| phone_call_duration_seconds | No | ||
| include_in_conversions_metric | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||