Skip to content

Commit cb8f152

Browse files
authored
Merge branch 'master' into pwseg-patch-2
2 parents 6f68281 + 84c30c9 commit cb8f152

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/_sass/components/_markdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293

294294
}
295295

296-
a[target="_blank"]:after{
296+
a[target="_blank"]:after:not(.reference-button){
297297
content: url("/docs/images/external-link-alt-solid.svg");
298298
margin-left: 4px;
299299
}

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)