Skip to content

Commit 6282718

Browse files
committed
Update schema link
1 parent 91f0fde commit 6282718

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Littledata is available as an independent [Shopify App](https://apps.shopify.com
1414

1515
2. The app also sets up server-side webhook forwarding to ensure 100% accuracy of important Customer and Order data.
1616

17-
This source has a full [tracking plan and event schema](https://docs.google.com/spreadsheets/d/1JOlgpXpQ7ctktES6B_RyKn0_KxanxGF6) in Google Sheets, which is ready to [upload into Protocols](/docs/protocols/apis-and-extensions/#google-sheets-tracking-plan-uploader).
17+
This source has a full [tracking plan and event schema](https://docs.google.com/spreadsheets/d/1aljowRhMU9_7uGXmcipbP1Y14S4cOSdXGQA2Vx7BHko/copy) in Google Sheets, which is ready to [upload into Protocols](/docs/protocols/apis-and-extensions/#google-sheets-tracking-plan-uploader).
1818

1919
Here's an architecture diagram that shows how the Littledata app mediates data flow between Shopify and Segment.
2020

@@ -150,7 +150,7 @@ The list below outlines the properties included in the events listed above.
150150
| -------------------------------------- | -------------------------------------------------------------------------------------------------- | ------------- |
151151
| `affiliation` | A comma-seperated list of order tags. Untagged orders use `Shopify` | String |
152152
| `cart_id` | The ID of the Shopify cart | String |
153-
| `checkoutId` | The ID of the checkout session | String |
153+
| `checkout_id` | The ID of the checkout session | String |
154154
| `context.uip` | The user's IP address | String |
155155
| `context['Google Analytics'].clientId` | The user's Google Analytics Client ID | String |
156156
| `context['Google Analytics'].geoid` | The user's location | String |
@@ -167,6 +167,7 @@ The list below outlines the properties included in the events listed above.
167167
| `sent_from` | A unique property to identify events sent by Littledata | String |
168168
| `shipping_method` | The shipping method chosen for checkout | String |
169169
| `shipping` | The shipping cost | Float |
170+
| `source_name` | The source of the order (e.g. `web`, `android`, `pos`) | String |
170171
| `step` | The checkout [step number](https://blog.littledata.io/help/posts/shopify-checkout-funnel-updates/) | Integer |
171172
| `subscription_revenue` | The revenue associated with a [Subscription Event](#subscription-events) | Float |
172173
| `subtotal` | Order total after discounts but before taxes and shipping | Float |

0 commit comments

Comments
 (0)