Skip to content

Commit c48718a

Browse files
Merge pull request #5254 from segmentio/list-for-5008
Generate a list of event cloud sources supported in EU workspaces
2 parents 052a1e2 + 4fdc7f6 commit c48718a

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
The following cloud sources are supported in EU workspaces:
2+
3+
{% assign cloud-sources = site.data.catalog.sources.items | where: "isCloudEventSource", "true" %}
4+
{% assign eu-cloud-sources = cloud-sources | where: "endpoints", "eu" %}
5+
{% for integration in eu-cloud-sources %}
6+
<ul>
7+
<li><a href="/docs/{{ integration.url }}">{{ integration.display_name }}</a></li>
8+
</ul>
9+
{% endfor %}
10+
11+
12+

src/connections/sources/catalog/cloud-apps/factual-engine/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ beta: true
44
source-type: event
55
id: n8YgCndi75
66
---
7-
{% include content/source-region-unsupported.md %}
87

98
## How Engine Works
109
Installing the Engine SDK in your app enables you to gather and analyze information about your users' location. Engine caches the relevant portion of Factual's Global Places data on the device to determine where the user is, beyond raw location. Engine needs device location data in order to work and will use whatever location permissions your app has authorized. You can also set custom rules to trigger "actions" like push notifications or emails.

src/connections/sources/catalog/cloud-apps/mixpanel-cohorts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ id: RxxzG3Dyva
66
---
77
{% include content/source-region-unsupported.md %}
88

9-
[Mixpanel Cohorts](https://help.mixpanel.com/hc/en-us/articles/115005708186-Cohorts-Overview-){:target="_blank} are groups of users defined by a set of criteria. The Mixpanel Cohorts Source allows you to export Cohorts of users from Mixpanel to Segment so that you can better target users across many downstream connections. You can sync Cohorts of users to your Segment-connected raw data warehouses and downstream destinations that accept Segment identify events.
9+
[Mixpanel Cohorts](https://help.mixpanel.com/hc/en-us/articles/115005708186-Cohorts-Overview-){:target="_blank} are groups of users defined by a set of criteria. The Mixpanel Cohorts Source allows you to export Cohorts of users from Mixpanel to Segment so that you can better target users across many downstream connections. You can sync Cohorts of users to your Segment-connected raw data warehouses and downstream destinations that accept Segment identify events.
1010

1111
This source is maintained by Mixpanel. For any issues with the source, contact the [Mixpanel Support team](https://help.mixpanel.com/hc/en-us/requests/new){:target="_blank"}.
1212

src/guides/regional-segment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ To ensure a smooth transition from a US-based Segment workspace to an EU workspa
2525

2626
Regional Data Ingestion enables you to send data to Segment from both Device-mode and Cloud-mode sources through regionally hosted API ingest points. The regional infrastructure can fail-over across locations within a region, but never across regions.
2727

28-
> info ""
29-
> [Cloud event](/docs/connections/sources/#event-cloud-sources) sources aren't supported in EU workspaces.
28+
### Cloud-event sources
29+
30+
{% include content/eu-cloud-event-sources.html %}
3031

3132
### Client-side sources
3233
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.

0 commit comments

Comments
 (0)