Skip to content

Commit ef20d95

Browse files
committed
Improved diagram
1 parent d7e1dd1 commit ef20d95

File tree

1 file changed

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

1 file changed

+23
-23
lines changed

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

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ During the Segment connection setup, Littledata also adds a set of webhooks to y
3333

3434
Here's an architecture diagram that shows how the Littledata app mediates data flow between Shopify and Segment.
3535

36-
![](images/littledata_arch.png)
36+
![Connecting Shopify to Segment](https://res.cloudinary.com/littledata/image/upload/v1667808538/Architecture%20diagrams/segment.png)
3737

3838
> warning "Note"
3939
> This integration is maintained by Littledata _and isn't supported by Segment directly_. The Littledata app has been reviewed by the Segment team for conformance with Segment's [E-Commerce Spec](/docs/connections/spec/ecommerce/v2/), and is the recommended way of using Segment with Shopify. However, it does require a paid subscription with Littledata, who mediates the connection between Shopify and Segment. [Contact the Littledata Support team](mailto:[email protected]) with any questions.
4040
4141
## Getting Started
4242

4343
1. **Log in** to your Shopify Store account.
44-
2. Go the [Shopify app store listing](https://apps.shopify.com/segment-com-by-littledata){:target="_blank"} for **Segment.com by Littledata**.
44+
2. Go the [Shopify app store listing](https://apps.shopify.com/segment-com-by-littledata){:target="\_blank"} for **Segment.com by Littledata**.
4545
![](images/Nd5L0C6.png)
4646
3. Click **Add app** to begin the installation process.
4747
4. **Choose a Littledata subscription** suitable for your store's volume of monthly orders.
@@ -119,27 +119,27 @@ For every event where there is an identifiable Shopify customer (from both the d
119119

120120
The following traits are included with an Identify call:
121121

122-
| Property Name | Description | Property Type |
123-
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
124-
| `accepts_marketing` | Whether the customer has accepted marketing | Boolean |
125-
| `createdAt` | The date customer record was created | Date |
126-
| `customerLifetimeValue` | The total spend of customer on the Shopify store | Double |
127-
| `default_address.street` | The customer's default street address | String |
128-
| `default_address.city` | The customer's city address | String |
129-
| `default_address.postalCode` | The customer's ZIP / post code | String |
130-
| `default_address.state` | The customer's state address | String |
131-
| `default_adress.country` | The customer's country | String |
132-
| `description` | The customer notes | String |
133-
| `email` | The customer's email address | String |
134-
| `firstName` | The customer's first name | String |
135-
| `lastName` | The customer's last name | String |
136-
| `marketingOptIn` | The `marketing_opt_in` field from [Shopify customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer) | String |
137-
| `phone` | The customer's phone number | String |
138-
| `purchaseCount` | The number of orders by this customer | Integer |
139-
| `state` | The Shopify [customer state](https://shopify.dev/api/admin-graphql/2022-07/enums/customerstate){:target="_blank"}. This can be `enabled`, `disabled`, `invited` to create an account, or customer `declined` | String |
140-
| `tags` | The custom tags [applied to the customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer) | String |
141-
| `userId` | Chosen user identifier, defaulting to Shopify Customer ID | Double |
142-
| `verified_email` (v2) | Whether the customer has verified their email | Boolean |
122+
| Property Name | Description | Property Type |
123+
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
124+
| `accepts_marketing` | Whether the customer has accepted marketing | Boolean |
125+
| `createdAt` | The date customer record was created | Date |
126+
| `customerLifetimeValue` | The total spend of customer on the Shopify store | Double |
127+
| `default_address.street` | The customer's default street address | String |
128+
| `default_address.city` | The customer's city address | String |
129+
| `default_address.postalCode` | The customer's ZIP / post code | String |
130+
| `default_address.state` | The customer's state address | String |
131+
| `default_adress.country` | The customer's country | String |
132+
| `description` | The customer notes | String |
133+
| `email` | The customer's email address | String |
134+
| `firstName` | The customer's first name | String |
135+
| `lastName` | The customer's last name | String |
136+
| `marketingOptIn` | The `marketing_opt_in` field from [Shopify customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer) | String |
137+
| `phone` | The customer's phone number | String |
138+
| `purchaseCount` | The number of orders by this customer | Integer |
139+
| `state` | The Shopify [customer state](https://shopify.dev/api/admin-graphql/2022-07/enums/customerstate){:target="\_blank"}. This can be `enabled`, `disabled`, `invited` to create an account, or customer `declined` | String |
140+
| `tags` | The custom tags [applied to the customer](https://shopify.dev/docs/admin-api/rest/reference/customers/customer) | String |
141+
| `userId` | Chosen user identifier, defaulting to Shopify Customer ID | Double |
142+
| `verified_email` (v2) | Whether the customer has verified their email | Boolean |
143143

144144
## Support for Google Analytics destination
145145

0 commit comments

Comments
 (0)