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
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/shopify-littledata/index.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -198,14 +198,14 @@ The list below outlines the properties included in most events. See the 'Track (
198
198
|`revenue`| The product revenue (excluding discounts, shipping and tax) \*| Float |
199
199
|`sent_from`| The unique property to identify events sent by Littledata. | String |
200
200
|`shipping`| The shipping cost. | Float |
201
-
|`shipping_method`|Shipping method chosen for checkout | String |
202
-
|`shopify_customer_id_littledata`| Shopify’s identifier for the customer | Integer |
203
-
|`source_name`| The source of the order (e.g. `web`, `android`, `pos`) | String |
204
-
|`step`|Checkout step | Integer |
205
-
|`subscription_revenue`| The revenue associated with a Subscription Event | Float |
206
-
|`subtotal`|Total after discounts but before taxes and shipping | Float |
207
-
|`tax`| The amount of tax on the order | Float |
208
-
|`total`|Total value of the order | Float |
201
+
|`shipping_method`|The shipping method chosen for checkout.| String |
202
+
|`shopify_customer_id_littledata`| Shopify’s identifier for the customer.| Integer |
203
+
|`source_name`| The source of the order (e.g. `web`, `android`, `pos`).| String |
204
+
|`step`|The checkout step.| Integer |
205
+
|`subscription_revenue`| The revenue associated with a Subscription Event.| Float |
206
+
|`subtotal`|The total after discounts but before taxes and shipping.| Float |
207
+
|`tax`| The amount of tax on the order.| Float |
208
+
|`total`|The total value of the order.| Float |
209
209
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | String |
210
210
211
211
> note "" \*`revenue` is available only with the Order Completed event, and only if the store opts in through the Littledata application. Revenue is a reserved property in many Segment destinations. Opting in overrides the `total` property sent to Google Analytics.
0 commit comments