Skip to content

Commit 941878e

Browse files
author
markzegarelli
authored
Merge pull request #1739 from segmentio/littledata-docs-update
Littledata docs update
2 parents 44c3eb5 + eeaae3b commit 941878e

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Here's an architecture diagram that shows how the Littledata app mediates data f
4141

4242
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.
4343

44+
You can _opt out_ of device-mode pageviews or events by setting `disableClientSideEvents: true` or `disablePageviews: true` in the `LittledataLayer` settings.
45+
4446
| Event Name | Description |
4547
| --------------------- | ------------------------------------------------------------------- |
4648
| Cart Viewed | A user has viewed the /cart page |
@@ -55,7 +57,7 @@ Below is a table of events that **Shopify by Littledata** sends to Segment throu
5557
| Thank you Page Viewed | A user has viewed the thank you page after completing an order\* |
5658

5759
> note ""
58-
> *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.
60+
> \*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.
5961
6062
## Cloud-mode events
6163

@@ -98,6 +100,7 @@ The following traits are included with an Identify call:
98100

99101
| Property Name | Description | Property Type |
100102
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ------------- |
103+
| `accepts_marketing` | Whether the customer has accepted marketing | Boolean |
101104
| `createdAt` | The date customer record was created | Date |
102105
| `customerLifetimeValue` | The total spend of customer on the Shopify store | Double |
103106
| `default_address.street` | The customer's default street address | String |
@@ -177,7 +180,7 @@ The list below outlines the properties included in the events listed above.
177180
| `userId` | Chosen user identifier, defaulting to Shopify Customer ID | String |
178181

179182
> note ""
180-
> *`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.
183+
> \*`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.
181184
182185
## Product properties
183186

0 commit comments

Comments
 (0)