Skip to content

Commit f5b7521

Browse files
briemcnallysanscontextsanscontext
authored
Add back connection modes to AA (#1021)
* Add back connection modes to AA * some copy cleanup Co-authored-by: sanscontext <[email protected]> Co-authored-by: LRubin <[email protected]>
1 parent 25d8313 commit f5b7521

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

src/_includes/content/connection-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ platforms -> what data do we recognize-->
1111

1212

1313

14-
The first step is to make sure {{ currentIntegration.display_name }} supports the source type and connection mode you've chosen to implement. You can learn more about what dictates [the connection modes we support here](https://segment.com/docs/connections/destinations/#connection-modes).
14+
Before you start, make sure {{ currentIntegration.display_name }} supports the source type and connection mode you've chosen to implement. You can learn more about [connection modes here](https://segment.com/docs/connections/destinations/#connection-modes).
1515

1616
<table>
1717
<tr>

src/_includes/content/integration-foot.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
## Personas
1010

11-
You can send computed traits and audiences generated through [Segment Personas](/docs/personas) to this destination as a **user property**. To learn more about Personas, contact us for a [demo](https://segment.com/contact/demo).
11+
You can send computed traits and audiences generated using [Segment Personas](/docs/personas) to this destination as a **user property**. To learn more about Personas, contact us for a [demo](https://segment.com/contact/demo).
1212

13-
For user-property destinations, an [identify](/docs/connections/spec/identify) call will be sent to the destination for each user being added and removed. The property name will be the snake_cased version of the audience name you provide with a true/false value. For example, when a user first completes an order in the last 30 days, we will send an identify call with the property `order_completed_last_30days: true`, and when this user no longer satisfies we will set that value to `false`.
13+
For user-property destinations, an [identify](/docs/connections/spec/identify/) call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicade membership. For example, when a user first completes an order in the last 30 days, Personas sends an Identify call with the property `order_completed_last_30days: true`. When the user no longer satisfies this condition (for example, it's been more than 30 days since their last order), Personas sets that value to `false`.
1414

15-
When the audience is first created an identify call is sent for every user in the audience. Subsequent syncs will only send updates for those users which were added or removed since the last sync.
15+
When you first create an audience, Personas sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.
1616

1717
{% endunless %}
1818

@@ -23,17 +23,15 @@ When the audience is first created an identify call is sent for every user in th
2323
{% if currentIntegration.components.size > 0 %}
2424
{% include content/connection-modes.md %}
2525

26-
To learn more about about Connection Modes and what dictates which we support, [see here](https://segment.com/docs/connections/destinations/#connection-modes).
27-
2826
{% endif %}
2927

3028
{% if currentIntegration.browserUnbundlingSupported == true and currentIntegration.browserUnbundlingPublic == true %}
31-
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.
29+
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.
3230
{% endif %}
3331

3432
{% if currentIntegration.platforms.mobile == true %}
3533
{% if currentIntegration.platforms.server == true %}
36-
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 SDK.
34+
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.
3735
{% else %}
3836
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.
3937
{% endif %}
@@ -42,7 +40,7 @@ To learn more about about Connection Modes and what dictates which we support, [
4240

4341
## Settings
4442

45-
Segment lets you change these destination settings from your Segment dashboard without having to touch any code.
43+
Segment lets you change these destination settings from the Segment app without having to touch any code.
4644

4745
{% for item in currentIntegration.settings %}
4846
{% unless item.deprecated == true %}

src/connections/destinations/catalog/adobe-analytics/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Adobe Analytics Destination
3-
hide-cmodes: true
43
strat: adobe
54
---
65

0 commit comments

Comments
 (0)