Skip to content

Commit 6ad938d

Browse files
committed
fix notes [netlify-ignore]
1 parent 1407a54 commit 6ad938d

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here's an architecture diagram that shows how the Littledata app mediates data f
3535
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.
3636
![](images/kvjNx4M.png)
3737

38-
## Device-mode Events
38+
## Device-mode events
3939

4040
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.
4141

@@ -50,9 +50,9 @@ Below is a table of events that **Shopify by Littledata** sends to Segment throu
5050
| Product Viewed | A user has viewed a product page |
5151
| Products Searched | A user has searched for products (with search `query`) |
5252
| 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\* |
5454

55-
> info ""
55+
> note ""
5656
> \* 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.
5757
5858
## Cloud-mode events
@@ -88,7 +88,7 @@ In the Littledata application you can choose which of the following fields you w
8888

8989
For [Segment Personas](/docs/personas/) we also send `shopify_customer_id` as an [externalID](/docs/personas/identity-resolution/externalids/) for advanced matching.
9090

91-
## Identify Calls
91+
## Identify calls
9292

9393
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.
9494

@@ -158,7 +158,7 @@ The list below outlines the properties included in the events listed above.
158158
| `presentment_currency` | The user's local currency | String |
159159
| `presentment_total` | The order total in local currency | String |
160160
| `products` | A list of all the product at that step of the funnel | Array |
161-
| `revenue` | Product revenue (excluding discounts, shipping and tax) \* | Float |
161+
| `revenue` | Product revenue (excluding discounts, shipping and tax) * | Float |
162162
| `sent_from` | A unique property to identify events sent by Littledata | String |
163163
| `shipping_method` | The shipping method chosen for checkout | String |
164164
| `shipping` | The shipping cost | Float |
@@ -172,7 +172,7 @@ The list below outlines the properties included in the events listed above.
172172
> note ""
173173
> \* `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.
174174
175-
## Product Properties
175+
## Product properties
176176

177177
Each item in the `products` array, or Product Viewed and Product Added events, will have the following properties
178178

0 commit comments

Comments
 (0)