Skip to content

Commit 611d5a3

Browse files
committed
chore: more small fixes for batch 2.2
1 parent 4620792 commit 611d5a3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/connections/sources/catalog/libraries/server/csharp/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tags:
1010
- Xamarin
1111
- Unity
1212
- ASP.NET
13-
id:
1413
redirect_from:
1514
- '/connections/sources/catalog/libraries/mobile/unity/'
1615
- '/connections/sources/catalog/libraries/mobile/csharp/'
@@ -20,7 +19,8 @@ redirect_from:
2019

2120
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"}.
2221

23-
### Supported platforms
22+
## Supported platforms
23+
2424
These platforms support Analytics-CSharp:
2525
* .NET/.NET core/.NET framework
2626
* Mono
@@ -403,7 +403,7 @@ For example, you might want to disable flushes if you detect the user has no net
403403
}
404404
```
405405

406-
### Create your own flush policies
406+
### Create your own flush policies
407407

408408
You can create a custom FlushPolicy special for your application needs by implementing the `IFlushPolicy` interface. You can also extend the `IFlushPolicy` class that already creates and handles the `shouldFlush` value reset.
409409

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Littledata's [Shopify to Segment connection](https://help.littledata.io/posts/s
1111

1212
Littledata is available as an independent [Shopify App](https://apps.shopify.com/segment-com-by-littledata){:target="\_blank"}.
1313

14-
#### Client-side (device mode) tracking
14+
## Client-side (device mode) tracking
1515

1616
After the [installation process](https://help.littledata.io/posts/segment-installation-guide/){:target="\_blank"}:
1717

@@ -21,7 +21,7 @@ After the [installation process](https://help.littledata.io/posts/segment-insta
2121
- Device-mode e-commerce events can send to all Segment destinations
2222
- Segment's anonymous ID and Google Analytics' client ID passes to Littledata's servers to ensure consistent user journey tracking
2323

24-
#### Server-side (cloud mode) tracking
24+
## Server-side (cloud mode) tracking
2525

2626
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:
2727

@@ -177,7 +177,7 @@ The list below outlines the properties included in most events. See the 'Track (
177177
| `affiliation` | A comma-separated list of order tags. Untagged orders use `Shopify`. | String |
178178
| `cart_id` | The ID of the Shopify cart. | String |
179179
| `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 |
181181
| `context.ip` | The user's IP address. | String |
182182
| `coupon` | A comma-separated string of discount coupons used, if applicable. | String |
183183
| `currency` | The currency of the order. | String |
@@ -205,7 +205,7 @@ The list below outlines the properties included in most events. See the 'Track (
205205
| `total` | The total value of the order. | Float |
206206
| `userId` | Chosen user identifier, defaulting to Shopify Customer ID | String |
207207

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"
209209
> 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.
210210
211211
## Product properties

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This Shopify Source lets you send [Shopify Web Pixel API Standard Events](https:
88

99
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.
1010

11-
#### Overview
11+
## Overview
1212

1313
Once installed and enabled, Segment collects events from the user's browser and sends them to your Segment 'Shopify' Source in real time.
1414

0 commit comments

Comments
 (0)