Skip to content

Commit 4c371b0

Browse files
committed
Add properties
1 parent 3399190 commit 4c371b0

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Here's an architecture diagram that shows how the Littledata app mediates data f
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

42+
You can _out out_ of device-mode pageviews or events by setting `disableClientSideEvents: true` or `disablePageviews: true` in the `LittledataLayer` settings.
43+
4244
| Event Name | Description |
4345
| --------------------- | ------------------------------------------------------------------- |
4446
| Cart Viewed | A user has viewed the /cart page |
@@ -95,6 +97,7 @@ The following traits are included with an Identify call:
9597

9698
| Property Name | Description | Property Type |
9799
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
100+
| `accepts_marketing` | Whether the customer has accepted marketing | Boolean |
98101
| `address` | The customer's primary address | String |
99102
| `createdAt` | The date customer record was created | Date |
100103
| `customerLifetimeValue` | The total spend of customer on the Shopify store | Double |
@@ -162,6 +165,7 @@ The list below outlines the properties included in the events listed above.
162165
| `shipping_method` | The shipping method chosen for checkout | String |
163166
| `shipping` | The shipping cost | Float |
164167
| `step` | The checkout step | Integer |
168+
| `source_name` | The source of the server-side event (e.g. `web`, `ios`, `pos`) | String |
165169
| `subtotal` | Order total after discounts but before taxes and shipping | Float |
166170
| `tax` | The amount of tax on the order | Float |
167171
| `total` | The total value of the order | Float |

0 commit comments

Comments
 (0)