You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`sent_from`| A unique property to identify events sent by Littledata | String |
162
+
|`shipping_method`| The shipping method chosen for checkout | String |
163
+
|`shipping`| The shipping cost | Float |
164
+
|`step`| The checkout step | Integer |
165
+
|`subscription_revenue`| The revenue associated with a [Subscription Event](#subscription-events)| Float |
166
+
|`subtotal`| Order total after discounts but before taxes and shipping | Float |
167
+
|`tax`| The amount of tax on the order | Float |
168
+
|`total`| The total value of the order | Float |
169
+
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | String |
170
170
171
171
\*`revenue` is available only with the Order Completed event, and only if the store opts in via the Littledata application. Revenue is a reserved property in many Segment destinations. Opting in will override the `total` property sent to Google Analytics.
0 commit comments