Draft a conversion action
draft_create_conversion_actionDraft a Google Ads conversion action and preview its settings before applying. Specify type, category, and default value, then confirm the plan to execute.
Instructions
Draft a new Google Ads ConversionAction — returns a PREVIEW.
type_: AD_CALL, WEBSITE_CALL, WEBPAGE, WEBPAGE_CODELESS, GOOGLE_ANALYTICS_4_CUSTOM, etc. category: PHONE_CALL_LEAD, SUBMIT_LEAD_FORM, PURCHASE, ... (default DEFAULT).
A positive default_value with always_use_default_value=False is a legal "fallback" config — the preview warns but does NOT flip the flag. include_in_conversions_metric is IMMUTABLE on create (change it later via draft_update_conversion_action). Call confirm_and_apply with the returned plan_id to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type_ | Yes | ||
| category | No | DEFAULT | |
| customer_id | No | ||
| counting_type | No | ONE_PER_CLICK | |
| currency_code | No | USD | |
| default_value | No | ||
| primary_for_goal | No | ||
| attribution_model | No | ||
| 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 | |||