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)| 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 |
|`createdAt`| The date customer record was created | Date |
99
+
|`customerLifetimeValue`| The total spend of customer on the Shopify store | Double |
100
+
|`default_address.street`| The customer's default street address | String |
101
+
|`default_address.city`| The customer's city address | String |
102
+
|`default_address.postalCode`| The customer's ZIP / post code | String |
103
+
|`default_address.state`| The customer's state address | String |
104
+
|`default_adress.country`| The customer's country | String |
105
+
|`description`| The customer notes | String |
106
+
|`email`| The customer's email address | String |
107
+
|`firstName`| The customer's first name | String |
108
+
|`lastName`| The customer's last name | String |
109
+
|`marketingOptIn`| The `marketing_opt_in` field from [Shopify customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)| String |
110
+
|`phone`| The customer's phone number | String |
111
+
|`purchaseCount`| The number of orders by this customer | Integer |
112
+
|`state`| Whether the customer account is `enabled` (user has opted in) or `disabled`| String |
113
+
|`tags`| The custom tags [applied to the customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer)| String |
114
+
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | Double |
115
+
|`verified_email` (v2) | Whether the customer has verified their email | Boolean |
112
116
113
117
## Support for Google Analytics destination
114
118
@@ -202,7 +206,7 @@ You can edit the LittledataLayer object in your Shopify theme to manually change
202
206
203
207
### cookiesToTrack
204
208
205
-
You can send any cookie set on a landing page (for example, a session identifier or marketing campaign name) to Segment with an Identify call. A common use is to pass Iterable `campaignId` and `templateId` through to the [Order Completed event](https://support.iterable.com/hc/en-us/articles/204795719-Sending-Data-from-Segment-to-Iterable-#order-completed).
209
+
You can send any cookie set on a landing page (for example, a session identifier or marketing campaign name) to Segment with an Identify call. A common use is to set the array as `['iterableEmailCampaignId', 'iterableTemplateId']` to pass Iterable `campaignId` and `templateId` through to the [Order Completed event](https://support.iterable.com/hc/en-us/articles/204795719-Sending-Data-from-Segment-to-Iterable-#order-completed).
0 commit comments