Skip to content

Commit ecf5296

Browse files
authored
Merge pull request #2441 from segmentio/niall/remove_connection_mode_logic
Remove incorrect connection mode logic
2 parents 93306d9 + e05e9c6 commit ecf5296

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/_includes/content/destination-footer.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,6 @@ When you first create an audience, Personas sends an Identify call for every use
2020

2121
{% endif %}
2222

23-
{% unless page.rewrite == true or page.hide-cmodes == true%}
24-
## Supported Sources and Connection Modes
25-
{% if currentIntegration.components.size > 0 %}
26-
{% include content/connection-modes.md %}
27-
28-
{% endif %}
29-
30-
{% if currentIntegration.browserUnbundlingSupported == true and currentIntegration.browserUnbundlingPublic == true %}
31-
Segment offers an optional **Cloud-based** Connection Mode for **Web** data with {{ currentIntegration.display_name }}. As a reminder, this removes the {{ currentIntegration.display_name }} javascript library from your site, improving performance.
32-
{% endif %}
33-
34-
{% unless page.hide-device == true %}
35-
{% if currentIntegration.platforms.mobile == true %}
36-
{% if currentIntegration.platforms.server == true %}
37-
Segment offers an *optional* **Device-based** Connection Mode for **Mobile** data going to {{ currentIntegration.display_name }}, so that you can use {{ currentIntegration.display_name }} features that collect data directly from the mobile device. To do this, you must package the Segment-{{ currentIntegration.display_name }} mobile SDK with the Segment mobile library.
38-
{% else %}
39-
This destination *requires* that you use a **Device-based** Connection Mode for **Mobile** data. Make sure you package the {{ currentIntegration.display_name }} mobile SDK with the Segment mobile library.
40-
{% endif %}
41-
{% endif %}
42-
{% endunless %}
43-
{% endunless %}
44-
4523
{% unless page.hide-settings == true %}
4624
## Settings
4725
Segment lets you change these destination settings from the Segment app without having to touch any code.

0 commit comments

Comments
 (0)