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
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/shopify-littledata/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Here's an architecture diagram that shows how the Littledata app mediates data f
35
35
7. Segment's **analytics.js** library, Littledata **tracking script** and **webhooks** will be automatically applied to the store and the installation process will then be complete.
36
36

37
37
38
-
## Device-mode Events
38
+
## Device-mode events
39
39
40
40
Below is a table of events that **Shopify by Littledata** sends to Segment through the analytics.js library. These events will show up as tables in your warehouse, and as regular events in your other Destinations supporting device-mode.
41
41
@@ -50,9 +50,9 @@ Below is a table of events that **Shopify by Littledata** sends to Segment throu
50
50
| Product Viewed | A user has viewed a product page |
51
51
| Products Searched | A user has searched for products (with search `query`) |
52
52
| Registration Viewed | A user has viewed the /account/register page |
53
-
| Thank you Page Viewed | A user has viewed the thank you page after completing an order\*|
53
+
| Thank you Page Viewed | A user has viewed the thank you page after completing an order\*|
54
54
55
-
> info ""
55
+
> note ""
56
56
> \* This is less reliable than the de-duplicated `Order Completed` event sent from the Littledata servers, but you can use it in device-mode destinations to trigger a conversion. The `payment_method` and `shipping_method` properties are not available with this event.
57
57
58
58
## Cloud-mode events
@@ -88,7 +88,7 @@ In the Littledata application you can choose which of the following fields you w
88
88
89
89
For [Segment Personas](/docs/personas/) we also send `shopify_customer_id` as an [externalID](/docs/personas/identity-resolution/externalids/) for advanced matching.
90
90
91
-
## Identify Calls
91
+
## Identify calls
92
92
93
93
For every event where there is an identifiable Shopify customer (from both the device-mode and cloud-mode) Littledata also sends an Identify call. This happens when the customer logs into the storefront, on the last step of the checkout, with the order, and also after purchase with any customer update in Shopify admin.
94
94
@@ -158,7 +158,7 @@ The list below outlines the properties included in the events listed above.
158
158
|`presentment_currency`| The user's local currency | String |
159
159
|`presentment_total`| The order total in local currency | String |
160
160
|`products`| A list of all the product at that step of the funnel | Array |
|`sent_from`| A unique property to identify events sent by Littledata | String |
163
163
|`shipping_method`| The shipping method chosen for checkout | String |
164
164
|`shipping`| The shipping cost | Float |
@@ -172,7 +172,7 @@ The list below outlines the properties included in the events listed above.
172
172
> note ""
173
173
> \*`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.
174
174
175
-
## Product Properties
175
+
## Product properties
176
176
177
177
Each item in the `products` array, or Product Viewed and Product Added events, will have the following properties
0 commit comments