Skip to content

Commit 3f90606

Browse files
committed
Add cart_id
1 parent 6265d98 commit 3f90606

File tree

1 file changed

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

1 file changed

+16
-15
lines changed

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

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,20 @@ 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-
| Event Name | Description |
43-
| --------------------- | --------------------------------------------------------------------- |
44-
| Cart Viewed | A user has viewed the /cart page |
45-
| Page Viewed | A user has viewed any page |
46-
| Product Clicked | A user has clicked a product within a product list |
47-
| Product Image Clicked | A user has clicked a product image |
48-
| Product List Viewed | A user has viewed a product as they scroll down the collection page |
49-
| Product Shared | A user has shared a product through social links |
50-
| Product Viewed | A user has viewed a product page |
51-
| Products Searched | A user has searched for products (with search `query`) |
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 \* |
54-
55-
> note ""
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.
42+
| Event Name | Description |
43+
| --------------------- | ------------------------------------------------------------------- |
44+
| Cart Viewed | A user has viewed the /cart page |
45+
| Page Viewed | A user has viewed any page |
46+
| Product Clicked | A user has clicked a product within a product list |
47+
| Product Image Clicked | A user has clicked a product image |
48+
| Product List Viewed | A user has viewed a product as they scroll down the collection page |
49+
| Product Shared | A user has shared a product through social links |
50+
| Product Viewed | A user has viewed a product page |
51+
| Products Searched | A user has searched for products (with search `query`) |
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 \* |
54+
55+
> note "" \* 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.
5756
5857
## Cloud-mode Events
5958

@@ -145,6 +144,7 @@ The list below outlines the properties included in the events listed above.
145144
| Property | Description | Property Type |
146145
| -------------------------------------- | -------------------------------------------------------------- | ------------- |
147146
| `affiliation` | The affiliation of the order | String |
147+
| `cart_id` | The ID of the Shopify cart | String |
148148
| `checkoutId` | The ID of the checkout session | String |
149149
| `context.uip` | The user's IP address | String |
150150
| `context['Google Analytics'].clientId` | The user's Google Analytics Client ID | String |
@@ -158,6 +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 |
161162
| `sent_from` | A unique property to identify events sent by Littledata | String |
162163
| `shipping_method` | The shipping method chosen for checkout | String |
163164
| `shipping` | The shipping cost | Float |

0 commit comments

Comments
 (0)