You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Analytics-CSharp, you can add Segment analytics to your C# based app which includes Unity, Xamarin, .NET. Analytics-CSharp helps you measure your users, product, and business. It unlocks insights into your app's funnel, core business metrics, and whether you have product-market fit. The Analytics-CSharp library is open-source [on GitHub](https://github.com/segmentio/analytics-csharp){:target="_blank"}.
22
21
23
-
### Supported platforms
22
+
## Supported platforms
23
+
24
24
These platforms support Analytics-CSharp:
25
25
* .NET/.NET core/.NET framework
26
26
* Mono
@@ -403,7 +403,7 @@ For example, you might want to disable flushes if you detect the user has no net
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/shopify-littledata/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Littledata's [Shopify to Segment connection](https://help.littledata.io/posts/s
11
11
12
12
Littledata is available as an independent [Shopify App](https://apps.shopify.com/segment-com-by-littledata){:target="\_blank"}.
13
13
14
-
####Client-side (device mode) tracking
14
+
## Client-side (device mode) tracking
15
15
16
16
After the [installation process](https://help.littledata.io/posts/segment-installation-guide/){:target="\_blank"}:
17
17
@@ -21,7 +21,7 @@ After the [installation process](https://help.littledata.io/posts/segment-insta
21
21
- Device-mode e-commerce events can send to all Segment destinations
22
22
- Segment's anonymous ID and Google Analytics' client ID passes to Littledata's servers to ensure consistent user journey tracking
23
23
24
-
####Server-side (cloud mode) tracking
24
+
## Server-side (cloud mode) tracking
25
25
26
26
During the Segment connection setup, Littledata also adds a set of webhooks to your Shopify store. When a customer interacts with your store these changes are relayed server-side from Shopify to Littledata to Segment. The advantages to this approach are:
27
27
@@ -177,7 +177,7 @@ The list below outlines the properties included in most events. See the 'Track (
177
177
|`affiliation`| A comma-separated list of order tags. Untagged orders use `Shopify`. | String |
178
178
|`cart_id`| The ID of the Shopify cart. | String |
179
179
|`checkout_id`| The ID of the checkout session. | String |
180
-
|`context\['Google Analytics'].clientId`| The user's Google Analytics Client ID. | String |
180
+
|`context['Google Analytics'].clientId`| The user's Google Analytics Client ID. | String |
181
181
|`context.ip`| The user's IP address. | String |
182
182
|`coupon`| A comma-separated string of discount coupons used, if applicable. | String |
183
183
|`currency`| The currency of the order. | String |
@@ -205,7 +205,7 @@ The list below outlines the properties included in most events. See the 'Track (
205
205
|`total`| The total value of the order. | Float |
206
206
|`userId`| Chosen user identifier, defaulting to Shopify Customer ID | String |
207
207
208
-
> info "The `revenue` property is available only with the Order Completed event"
208
+
> info "The revenue property is available only with the Order Completed event"
209
209
> The `revenue` property is only available with the Order Completed event and requires you to opt in through the Littledata application. Revenue is a reserved property in many Segment destinations. Opting in overrides the `total` property sent to Google Analytics.
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/shopify/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This Shopify Source lets you send [Shopify Web Pixel API Standard Events](https:
8
8
9
9
This Source is a free [Shopify App Extension](https://shopify.dev/docs/apps/app-extensions){:target="_blank"} which can be installed using your Shopify Store's Admin interface.
10
10
11
-
####Overview
11
+
## Overview
12
12
13
13
Once installed and enabled, Segment collects events from the user's browser and sends them to your Segment 'Shopify' Source in real time.
0 commit comments