ga_send_begin_checkout
Send a begin checkout event to Google Analytics to track when users start the checkout process. Include cart value, currency, and items for accurate ecommerce tracking.
Instructions
Send a begin checkout event to Google Analytics.
Ecommerce event for tracking when users start the checkout process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items in checkout | |
| value | Yes | Total value of cart | |
| coupon | No | Coupon code applied | |
| user_id | No | ||
| currency | Yes | Currency code | |
| client_id | No | ||
| user_properties | No | User properties (e.g., {subscription_tier: {value: "premium"}}) |