Skip to content

Commit e73012d

Browse files
authored
Merge pull request #632 from segmentio/repo-sync
repo sync
2 parents e836bc8 + 496ac25 commit e73012d

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The default initialization settings are production-ready.
5151
### Regional configuration
5252
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
5353
1. Oregon (Default) — `api.segment.io/v1`
54-
2. Dublin — `events.eu1.segmentapis.com/v1/`
54+
2. Dublin — `events.eu1.segmentapis.com/`
5555

5656
## Identify
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The default initialization settings are production-ready and queue 20 messages b
4242
### Regional configuration
4343
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
4444
1. Oregon (Default) — `api.segment.io/v1`
45-
2. Dublin — `events.eu1.segmentapis.com/v1/`
45+
2. Dublin — `events.eu1.segmentapis.com/`
4646

4747
## Identify
4848

src/connections/sources/catalog/libraries/server/http-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There is a maximum of `32KB` per normal API request. The `batch` API endpoint a
3737
## Regional configuration
3838
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
3939
1. Oregon (Default) — `api.segment.io/v1`
40-
2. Dublin — `events.eu1.segmentapis.com/v1/`
40+
2. Dublin — `events.eu1.segmentapis.com/`
4141

4242
## Identify
4343

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following examples use [Guava's](https://github.com/google/guava) immutable
6161
### Regional configuration
6262
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
6363
1. Oregon (Default) — `api.segment.io/v1`
64-
2. Dublin — `events.eu1.segmentapis.com/v1/`
64+
2. Dublin — `events.eu1.segmentapis.com/`
6565
## Identify
6666

6767
> note ""

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To get started with the Analytics-Kotlin server library:
6767
### Regional configuration
6868
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
6969
1. Oregon (Default) — `api.segment.io/v1`
70-
2. Dublin — `events.eu1.segmentapis.com/v1/`
70+
2. Dublin — `events.eu1.segmentapis.com/`
7171
## Tracking Methods
7272
7373
Once you've installed the mobile or server Analytics-Kotlin library, you can start collecting data through Segment's tracking methods:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The default initialization settings are production-ready and queue messages on a
8181
### Regional configuration
8282
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
8383
1. Oregon (Default) — `api.segment.io/v1`
84-
2. Dublin — `events.eu1.segmentapis.com/v1/`
84+
2. Dublin — `events.eu1.segmentapis.com/`
8585

8686
## Identify
8787

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The default PHP consumer is the [lib-curl consumer](#lib-curl-consumer). If this
4646
### Regional configuration
4747
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
4848
1. Oregon (Default) — `api.segment.io/v1`
49-
2. Dublin — `events.eu1.segmentapis.com/v1/`
49+
2. Dublin — `events.eu1.segmentapis.com/`
5050

5151
## Identify
5252

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ analytics.send = False
5858
### Regional configuration
5959
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
6060
1. Oregon (Default) — `https://api.segment.io/v1`
61-
2. Dublin — `https://events.eu1.segmentapis.com/v1`
61+
2. Dublin — `https://events.eu1.segmentapis.com/`
6262

6363
## Identify
6464

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you're using Rails, you can stick that initialization logic in `config/initia
4747
### Regional configuration
4848
For Business plans with access to [Regional Segment](/docs/guides/regional-segment), you can use the `host` configuration parameter to send data to the desired region:
4949
1. Oregon (Default) — `api.segment.io/v1`
50-
2. Dublin — `events.eu1.segmentapis.com/v1/`
50+
2. Dublin — `events.eu1.segmentapis.com/`
5151

5252
## Identify
5353

src/guides/regional-segment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Regional Data Ingestion enables you to send data to Segment from both Device-mod
2424
> [Cloud event](/docs/connections/sources/#event-cloud-sources) sources aren't supported in EU workspaces.
2525
2626
### Client-side sources
27-
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/v1` endpoint.
27+
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.
2828

2929
> info ""
3030
> For workspaces that use the EU West Data Processing region, the Dublin Ingestion region is preselected for all sources.
@@ -36,7 +36,7 @@ To set your Data Ingestion Region:
3636
3. Click **Regional Settings**.
3737
4. Choose your **Data Ingestion Region**.
3838
- If you're in the *US West* data processing region, you can select from: Dublin, Singapore, Oregon, and Sydney.
39-
- If you're in the *EU West* data processing region, Segment's EU instance only supports data ingestion from Dublin with the `events.eu1.segmentapis.com/v1` endpoint.
39+
- If you're in the *EU West* data processing region, Segment's EU instance only supports data ingestion from Dublin with the `events.eu1.segmentapis.com/` endpoint.
4040

4141
All regions are configured on a **per-source** basis. You'll need to configure the region for each source separately if you don't want to use the default region.
4242

0 commit comments

Comments
 (0)