Skip to content

Commit d6c3d24

Browse files
committed
Correct address properties
1 parent f78d55b commit d6c3d24

File tree

1 file changed

+21
-17
lines changed
  • src/connections/sources/catalog/libraries/website/shopify-littledata

1 file changed

+21
-17
lines changed

src/connections/sources/catalog/libraries/website/shopify-littledata/index.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,26 @@ For every event where there is an identifiable Shopify customer (from both the d
9393

9494
The following traits are included with an Identify call:
9595

96-
| Property Name | Description | Property Type |
97-
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------- |
98-
| `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 |
96+
| Property Name | Description | Property Type |
97+
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------- |
98+
| `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 |
112116

113117
## Support for Google Analytics destination
114118

@@ -202,7 +206,7 @@ You can edit the LittledataLayer object in your Shopify theme to manually change
202206

203207
### cookiesToTrack
204208

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).
206210

207211
### CDNForAnalyticsJS
208212

0 commit comments

Comments
 (0)