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
|`address`| The customer's primary address | String |
99
-
|`createdAt`| The date customer record was created | Date |
100
-
|`customerLifetimeValue`| The total spend of customer on the Shopify store | Double |
101
-
|`description`| The customer notes | String |
102
-
|`email`| The customer's email address | String |
103
-
|`firstName`| The customer's first name | String |
104
-
|`lastName`| The customer's email | String |
105
-
|`marketingOptIn`| The `marketing_opt_in` field from [Shopify customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer?api[version]=2020-04)| String |
106
-
|`phone`| The customer's phone number | String |
107
-
|`purchaseCount`| The number of orders by this customer | Integer |
108
-
|`state`| Whether the customer account is enabled or disabled | String |
109
-
|`tags`| The custom tags [applied to the customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer?api[version]=2020-04)| String |
110
-
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | Double |
111
-
|`verified_email` (v2) | Whether the customer has verified their email | Boolean |
|`address`| The customer's primary address | String |
99
+
|`createdAt`| The date customer record was created | Date |
100
+
|`customerLifetimeValue`| The total spend of customer on the Shopify store | Double |
101
+
|`description`| The customer notes | String |
102
+
|`email`| The customer's email address | String |
103
+
|`firstName`| The customer's first name | String |
104
+
|`lastName`| The customer's email | String |
105
+
|`marketingOptIn`| The `marketing_opt_in` field from [Shopify customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)| String |
106
+
|`phone`| The customer's phone number | String |
107
+
|`purchaseCount`| The number of orders by this customer | Integer |
108
+
|`state`| Whether the customer account is enabled or disabled | String |
109
+
|`tags`| The custom tags [applied to the customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)| String |
110
+
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | Double |
111
+
|`verified_email` (v2) | Whether the customer has verified their email | Boolean |
112
112
113
113
## Support for Google Analytics destination
114
114
@@ -140,33 +140,33 @@ Additional events available through Littledata's [ReCharge connection](https://w
140
140
141
141
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 number](https://blog.littledata.io/help/posts/shopify-checkout-funnel-updates/)| 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