Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update regional support tables #5505

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/_data/regional-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ sources:
- google-ads
- facebook-ads
- iterable
- wootric
- voucherify
- moengage-source
- mailmodo-source
- gwen-webhooks
- customerio
- clevertap
- braze
- beamer
- airship
- adwords
endpoint:
- intercom
- amp
Expand Down
20 changes: 0 additions & 20 deletions src/_includes/content/regional-integrations-table.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{% assign sources = site.data.catalog.sources.items | where: "hidden", "false" %}
{% assign destinations = site.data.catalog.destinations.items %}
{% assign warehouses = site.data.catalog.regional-supported.warehouses %}

<input class="table-search" type="text" id="filterInput" onkeyup="searchFilter()"
placeholder="Search for an integration..">
<div class="button-container" id="btnContainer">
<a href="#" id="all" class="button button-link active">All</a>
<a href="#" id="source" class="button button-link">Sources</a>
<a href="#" id="destination" class="button button-link">Destinations</a>
<a href="#" id="warehouse" class="button button-link">Warehouses</a>
</div>
Expand All @@ -21,24 +19,6 @@
</tr>
</thead>
<tbody>
<tr class="settingRow source ">
<td colspan="4" style="font-weight: bold; background-color:fafbff;font-size: 10px; text-transform: uppercase;"
id="settingRow">
Sources</td>
</tr>
{% for source in sources %}
<tr class="settingRow source" id="settingRow">
<td><a href="/docs/{{source.url}}">{{source.display_name}}</a></td>
<td>{% if source.regions contains "us" %}<img class="inline" src="/docs/images/supported.svg" />{% else %}<img
alt="" class="inline" src="/docs/images/unsupported.svg" />{% endif %}</td>
<td>{% if source.regions contains "eu" and source.endpoints contains "us" %}<img class="inline"
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
src="/docs/images/unsupported.svg" />{% endif %}</td>
<td> {% if source.regions contains "eu" and source.endpoints contains "eu" %}<img class="inline"
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
src="/docs/images/unsupported.svg" />{% endif %}</td>
</tr>
{% endfor %}
<tr class="settingRow destination">
<td colspan="4" style="font-weight: bold; background-color:fafbff;font-size: 10px; text-transform: uppercase;"
id="settingRow">
Expand Down
54 changes: 54 additions & 0 deletions src/_includes/content/regional-sources-table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% assign sources = site.data.catalog.sources.items | where: "hidden", "false" %}

<input class="table-search" type="text" id="sourceFilterInput" onkeyup="searchFilterSources()"
placeholder="Search for an source..">

<table id="sourceSettingsTable">
<thead>
<tr>
<th>Integration</th>
<th>US Workspace</th>
<th>EU workspace</th>
</tr>
</thead>
<tbody>
<tr class="sourceSettingRow source">
<td colspan="4" style="font-weight: bold; background-color:fafbff;font-size: 10px; text-transform: uppercase;"
id="sourceSettingRow">
Sources</td>
</tr>
{% for source in sources %}
<tr class="sourceSettingRow source" id="sourceSettingRow">
<td><a href="/docs/{{source.url}}">{{source.display_name}}</a></td>
<td>{% if source.regions contains "us" %}<img class="inline" src="/docs/images/supported.svg" />{% else %}<img
alt="" class="inline" src="/docs/images/unsupported.svg" />{% endif %}</td>
<td> {% if source.regions contains "eu" %}<img class="inline"
src="/docs/images/supported.svg" />{% else %}<img alt="" class="inline"
src="/docs/images/unsupported.svg" />{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>

<script>
function searchFilterSources() {
var input, filter, table, tr, td, i, txtValue;

input = document.getElementById("sourceFilterInput");
filter = input.value.toUpperCase();
table = document.getElementById("sourceSettingsTable");
tr = document.getElementsByClassName("sourceSettingRow");
for (i = 0; i < tr.length; i++) {
td = tr[i].getElementsByTagName("td")[0];
if (td) {
txtValue = td.textContent || td.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
tr[i].style.display = "";
} else {
tr[i].style.display = "none"
}
}
}
}

</script>

This file was deleted.

94 changes: 0 additions & 94 deletions src/connections/destinations/catalog/google-ads-gtag/index.md

This file was deleted.

2 changes: 2 additions & 0 deletions src/connections/destinations/catalog/headsup-ai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: HeadsUp AI Destination
rewrite: true
id: 60900f0a60033befef038889
hidden: true
private: true
---
[HeadsUp AI](https://headsup.ai?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) allows customers to build metrics on top of their existing Segment analytics to better understand customer behavior and gauge health scores.

Expand Down
3 changes: 1 addition & 2 deletions src/connections/destinations/destination-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Common use cases for destination filters include:

Keep the following limitations in mind when you use destination filters:

- Destination Filters aren't applied to events sent through the Event Tester.
- Segment applies destination filters one at a time in the order that they appear in your workspace.
- You can't apply destination filters to Warehouses or S3 destinations.
- Each filter can only apply to one source-destination pair.
Expand All @@ -31,8 +32,6 @@ Keep the following limitations in mind when you use destination filters:
- *(For web device-mode)* Destination filters for web device-mode only supports the Analytics.js 2.0 source. You need to enable device mode destination filters for your Analytics.js source. To do this, go to your Javascript source and navigate to **Settings > Analytics.js** and turn the toggle on for **Destination Filters**.
- *(For web device-mode)* Destination filters for device-mode only supports the Analytics.js 2.0 source.
- *(For mobile device-mode)* Destination filters for mobile device-mode doesn't support iOS and Android libraries.
- Destination Filters don't apply to events that send through the destination Event Tester.


[Contact Segment](https://segment.com/help/contact/){:target="_blank"} if these limitations impact your use case.

Expand Down
Loading