Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit299a4ae

Browse files
committed
fix: eligibility determined by endpoint
1 parent3bf6d3d commit299a4ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎src/_includes/content/eu-cloud-event-sources.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The following cloud sources are supported in EU workspaces:
22

33
{% assign cloud-sources = site.data.catalog.sources.items | where: "isCloudEventSource", "true" %}
4-
{% assign eu-cloud-sources = cloud-sources | where: "regions", "eu" %}
4+
{% assign eu-cloud-sources = cloud-sources | where: "endpoints", "eu" %}
55
{% for integration in eu-cloud-sources %}
66
<ul>
77
<li><ahref="/docs/{{ integration.url }}">{{ integration.display_name }}</a></li>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ redirect_from:
55
id:RxxzG3Dyva
66
---
77

8+
{% include content/source-region-unsupported.md %}
9+
810
[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.
911

1012
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"}.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp