Skip to content

fix: Duplicate partner owned notes #7797

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

Merged
merged 1 commit into from
Jul 28, 2025
Merged
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
21 changes: 4 additions & 17 deletions src/_includes/content/cloud-app-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@
<ul class="qi">
<li><p markdown=1>The {{ page.title }} is an **Event Cloud** source. This means that it sends data as events, which are behaviors or occurrences tied to a user and a point in time. Data from these sources can be loaded into your Segment warehouses, and **also** sent to Segment streaming destinations. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p></li>
{% if currentIntegration.status == "PUBLIC_BETA" %}<li>This source is in <span class="release-pill">Beta</span></li>{%endif%}
</ul>
{% if currentIntegration.partnerOwned %}
<h6>Partner Owned</h6>
<ul class="qi">
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
</ul>
{% endif %}
{% if currentIntegration.partnerOwned %}<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>{% endif %}
</ul>
</div>
</div>

Expand All @@ -26,10 +21,7 @@
<ul class="qi">
<li><p markdown=1>The {{ page.title }} is a Segment [Public API](/docs/api/public-api/){:target="_blank"} integration. It facilitates privacy requests using Segment’s API, including erasure and tracking opt-out for Segment users.</p></li>
{% if currentIntegration.status == "PUBLIC_BETA" %}<li>This source is in <span class="release-pill">Beta</span></li>{% endif %}
</ul>
<h6>Partner Owned</h6>
<ul class="qi">
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
{% if currentIntegration.partnerOwned %}<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>{% endif %}
</ul>
</div>
</div>
Expand All @@ -41,13 +33,8 @@
<ul class="qi">
<li><p markdown=1>The {{ page.title }} is an **Object Cloud** source. This means that it sends information (traits) about a thing that exists and persists over time, such as a person or company, and which can be updated over time. Data from this source can only be exported directly to a warehouse, but it can then be used for further analysis. [Learn more about cloud sources.](/docs/connections/sources/#cloud-apps)</p></li>
{% if currentIntegration.status == "PUBLIC_BETA" %}<li>This source is in <span class="release-pill">Beta</span></li>{%endif%}
{% if currentIntegration.partnerOwned %}<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>{% endif %}
</ul>
{% if currentIntegration.partnerOwned %}
<h6>Partner Owned</h6>
<ul class="qi">
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
</ul>
{% endif %}
</div>
</div>
{% endif %}
Expand Down
15 changes: 2 additions & 13 deletions src/_includes/content/destination-dossier.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ <h6>Destination Info</h6>
<li>This destination is not compatible with <a href="/docs/connections/functions/insert-functions/">Destination Insert Functions.</a></li>
{% endunless %}
{% endif %}
{% if destinationInfo.partnerOwned == true %}
{% unless page.id == '66b1f528d26440823fb27af9' %}{% if destinationInfo.partnerOwned == true %}
<li>This integration is <strong>partner owned</strong>. Please reach out to the partner's support for any issues.</li>
{% endif %}
{% endif %}{% endunless %}
{% if thisDestination == '64c031541451bb784943f809' or thisDestination == '63e42d44b0a59908dc4cacc6' or thisDestination == '642440d46b66b3eeac42b581' %} <li>This destination is <b>not</b> supported in EU workspaces. For more information, see the <a href="/docs/guides/regional-segment/">Regional Segment</a> documentation.</li> {% endif %}
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
{% if page.engage == true %}<li>This destination is <b>only</b> compatible with <a href="/docs/engage">Twilio Engage</a>.</li>{% endif %}
Expand Down Expand Up @@ -108,17 +108,6 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
</div>
{% endunless %}
{% endif %}

{% unless page.id == '66b1f528d26440823fb27af9' %}
{% if destinationInfo.partnerOwned == true %}
<div>
<h6>Partner Owned</h6>
<ul class="qi">
<li>This integration is partner owned. Please reach out to the partner's support for any issues.</li>
</ul>
</div>
{% endif %}
{% endunless %}
</div>

{% endif %}
Loading