Shopify: Manual implementation required. Not automatically tracked.
JavaScript
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| shippingTier | string | Yes | Shipping method selected (e.g., 'standard', 'express', 'overnight') |
| shipping | number | No | Shipping cost |
| value | number | No | Cart value at shipping selection |
| currency | string | No | ISO 4217 currency code |
| items | array | No | Products in checkout |
When to Fire
- Shipping method radio button selection
- Shipping tier dropdown change
- Before proceeding to payment
Related Events
- add_shipping_info — When entering shipping address
- add_payment_info — After entering payment details