Skip to content

Commit 00232d9

Browse files
committed
Affiliation description
1 parent ed3d46e commit 00232d9

File tree

1 file changed

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

1 file changed

+43
-43
lines changed

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

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,22 @@ 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?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 |
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 |
112112

113113
## Support for Google Analytics destination
114114

@@ -140,33 +140,33 @@ Additional events available through Littledata's [ReCharge connection](https://w
140140

141141
The list below outlines the properties included in the events listed above.
142142

143-
| Property | Description | Property Type |
144-
| -------------------------------------- | ------------------------------------------------------------------------ | ------------- |
145-
| `affiliation` | The affiliation of the order | String |
146-
| `cart_id` | The ID of the Shopify cart | String |
147-
| `checkoutId` | The ID of the checkout session | String |
148-
| `context.uip` | The user's IP address | String |
149-
| `context['Google Analytics'].clientId` | The user's Google Analytics Client ID | String |
150-
| `context['Google Analytics'].geoid` | The user's location | String |
151-
| `coupon` | Comma-separated string of discount coupons used, if applicable | String |
152-
| `currency` | The currency of the order | String |
153-
| `discount` | The discounted amount | Float |
154-
| `email` | Shopify email address, or email submitted on a storefront form | String |
155-
| `order_id` | The ID of the order | String |
156-
| `payment_method` | The payment method chosen for checkout | String |
157-
| `presentment_currency` | The user's local currency | String |
158-
| `presentment_total` | The order total in local currency | String |
159-
| `products` | A list of all the product at that step of the funnel | Array |
160-
| `revenue` | Product revenue (excluding discounts, shipping and tax) \* | Float |
161-
| `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-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 |
143+
| Property | Description | Property Type |
144+
| -------------------------------------- | -------------------------------------------------------------------------------------------------- | ------------- |
145+
| `affiliation` | A comma-seperated list of order tags. Untagged orders use `Shopify` | String |
146+
| `cart_id` | The ID of the Shopify cart | String |
147+
| `checkoutId` | The ID of the checkout session | String |
148+
| `context.uip` | The user's IP address | String |
149+
| `context['Google Analytics'].clientId` | The user's Google Analytics Client ID | String |
150+
| `context['Google Analytics'].geoid` | The user's location | String |
151+
| `coupon` | Comma-separated string of discount coupons used, if applicable | String |
152+
| `currency` | The currency of the order | String |
153+
| `discount` | The discounted amount | Float |
154+
| `email` | Shopify email address, or email submitted on a storefront form | String |
155+
| `order_id` | The ID of the order | String |
156+
| `payment_method` | The payment method chosen for checkout | String |
157+
| `presentment_currency` | The user's local currency | String |
158+
| `presentment_total` | The order total in local currency | String |
159+
| `products` | A list of all the product at that step of the funnel | Array |
160+
| `revenue` | Product revenue (excluding discounts, shipping and tax) \* | Float |
161+
| `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 |
170170

171171
\* `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.
172172

0 commit comments

Comments
 (0)