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
+29-28Lines changed: 29 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Email marketing platforms such as [Klaviyo](/docs/connections/destinations/catal
123
123
124
124
To support seamless customer tracking the [Mixpanel](/docs/connections/destinations/catalog/mixpanel/#alias), [Vero](/docs/connections/destinations/catalog/vero/#alias) and [KISSMetrics](/docs/connections/destinations/catalog/kissmetrics/#alias) destinations, Littledata ensures the pre-checkout `anonymousId` is added as an alias of the `userId` (used from checkout step 2 onwards).
125
125
126
-
## Subscription e-commerce Events
126
+
## Subscription Events
127
127
128
128
Additional events available through Littledata's [ReCharge connection](https://www.littledata.io/connections/recharge), and available in cloud-mode destinations.
129
129
@@ -141,33 +141,34 @@ Additional events available through Littledata's [ReCharge connection](https://w
141
141
142
142
The list below outlines the properties included in the events listed above.
|`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
-
|`subtotal`| Order total after discounts but before taxes and shipping | Float |
166
-
|`tax`| The amount of tax on the order | Float |
167
-
|`total`| The total value of the order | Float |
168
-
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | Double |
169
-
170
-
\* Prior to 1st February 2021, `products` on Product Added and Product Removed events was [only the single product](https://blog.littledata.io/help/posts/segment-changed-schema-for-product-added-and-product-removed/), not the whole cart.
|`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-event)| 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
+
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