Skip to content

Commit afa1a30

Browse files
Merge pull request #5972 from segmentio/csharp-regional-segment
Add Analytics-C# note to Regional Segment
2 parents 1b05404 + 521ef58 commit afa1a30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/guides/regional-segment.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Regional Data Ingestion enables you to send data to Segment from both Device-mod
3030
{% include content/eu-cloud-event-sources.html %}
3131

3232
### Client-side sources
33-
You can configure Segment's client-side SDKs for JavaScript, iOS, Android, and React Native sources to send data to a regional host after you've updated the Data Ingestion Region in that source's settings. Segment's EU instance only supports data ingestion from Dublin, Ireland with the `events.eu1.segmentapis.com/` endpoint.
33+
You can configure Segment's client-side SDKs for JavaScript, iOS, Android, and React Native sources to send data to a regional host after you've updated the Data Ingestion Region in that source's settings. Segment's EU instance only supports data ingestion from Dublin, Ireland with the `events.eu1.segmentapis.com/` endpoint. If you are using the Segment EU endpoint with an Analytics-C# source, you must manually append `v1` to the URL. For instance, `events.eu1.segmentapis.com/v1`.
3434

3535
> info ""
3636
> For workspaces that use the EU West Data Processing region, the Dublin Ingestion region is preselected for all sources.
@@ -53,6 +53,9 @@ When you send data from a server-side or project source, you can use the `host`
5353
1. Oregon (Default) — `https://events.segmentapis.com/v1`
5454
2. Dublin — `https://events.eu1.segmentapis.com/`
5555

56+
> success ""
57+
> If you are using the Segment EU endpoint with an Analytics-C# source, you must manually append `v1` to the URL. For instance, `events.eu1.segmentapis.com/v1`.
58+
5659
Here is an example of how to set the host:
5760

5861
```json

0 commit comments

Comments
 (0)