From 8894244a1fa05a0eb0181dda0e76e796edaf8528 Mon Sep 17 00:00:00 2001 From: sanscontext Date: Tue, 17 Dec 2019 14:56:02 -0800 Subject: [PATCH] fix variable name --- src/_includes/content/integration-foot.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_includes/content/integration-foot.md b/src/_includes/content/integration-foot.md index 60f2625382..69818ef4c1 100644 --- a/src/_includes/content/integration-foot.md +++ b/src/_includes/content/integration-foot.md @@ -28,15 +28,15 @@ To learn more about about Connection Modes and what dictates which we support, [ {% endif %} {% if currentIntegration.browserUnbundlingSupported == true and currentIntegration.browserUnbundlingPublic == true %} -We offer 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. + We offer 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. {% endif %} {% if currentIntegration.platforms.mobile == true %} -{% if destination.platforms.server == true %}} -Segment offers an *optional* **Device-based** Connection Mode for **Mobile** data with {{ currentIntegration.display_name }}. If you'd like to use those features that require client-based functionality, follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's. -{% else %} -This destination *requires* a **Device-based** Connection Mode for **Mobile** data. Follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's. -{% endif %} + {% if currentIntegration.platforms.server == true %} + Segment offers an *optional* **Device-based** Connection Mode for **Mobile** data with {{ currentIntegration.display_name }}. If you'd like to use those features that require client-based functionality, follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's. + {% else %} + This destination *requires* a **Device-based** Connection Mode for **Mobile** data. Follow the steps above to ensure you have packaged the {{ currentIntegration.display_name }} SDK with Segment's. + {% endif %} {% endif %} {% endunless %}