Skip to content

Commit 73b86e4

Browse files
markzegarellistayseesong
authored andcommitted
Edits and cleanup
1 parent 234d482 commit 73b86e4

File tree

1 file changed

+9
-7
lines changed
  • src/connections/destinations/catalog/attentive-mobile

1 file changed

+9
-7
lines changed

src/connections/destinations/catalog/attentive-mobile/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ This destination is maintained by Attentive Mobile. For any issues with the dest
99

1010
## Getting Started
1111

12-
{% include content/connection-modes.md %}
1312

14-
### Installing from Attentive
1513

16-
1. Follow the the [Attentive documentation](https://docs.attentivemobile.com/pages/developer-guides/third-party-integrations/customer-data-platforms/segment/) to install the Segment integration in Attentive.
14+
### Install from Attentive
15+
16+
1. Follow the the [Attentive documentation](https://docs.attentivemobile.com/pages/developer-guides/third-party-integrations/customer-data-platforms/segment/){:target="_blank"} to install the Segment integration in Attentive.
17+
18+
### Add from Segment
1719

18-
### Installing from Segment
1920

2021
Note: To install an additional Attentive destination from the Segment UI, the integration must already be installed in Attentive. If you've not already done so, please follow [the Installing From Attentive steps](#installing-from-attentive).
2122

@@ -31,7 +32,7 @@ The Attentive Mobile destination supports the following methods, as specified in
3132

3233
### Identify
3334

34-
Send [Identify](/docs/connections/spec/identify) calls to add attributes to the Attentive subscriber. These attributes are used to target Attentive subscribers in the [Attentive Segments product](https://help.attentivemobile.com/hc/en-us/categories/360004558392-Subscriber-segments). For example:
35+
Send [Identify](/docs/connections/spec/identify) calls to add attributes to the Attentive subscriber. These attributes are used to target Attentive subscribers in the [Attentive Segments product](https://help.attentivemobile.com/hc/en-us/categories/360004558392-Subscriber-segments){:target="_blank"}. For example:
3536

3637
```js
3738
analytics.identify("userId123", {
@@ -44,7 +45,8 @@ Segment sends Identify calls to Attentive Mobile as an `identify` event. The eve
4445

4546
It may take up to 10 minutes for the `identify` attributes to appear in Attentive.
4647

47-
> Note: For the Attentive destination to work best, send at least one Identify call that contains both 1) the Segment userId, and 2) an email and/or phone. This allows Attentive to "link" the Segment UserId with an Attentive subscriber.
48+
> info ""
49+
> For best results, send at least one Identify call that contains both a Segment `userId` and `email` or `phone`. This enables Attentive Mobile to link the Segment `userId` with an Attentive Mobile subscriber.
4850
4951
### Track
5052

@@ -54,6 +56,6 @@ Send [Track](/docs/connections/spec/track) calls to save the event to the Attent
5456
analytics.track("Login Button Clicked");
5557
```
5658

57-
Segment sends Track calls to Attentive Mobile as a `track` event. The event is saved to the Attentive subscriber, and is usable in both the [Attentive Segments product](https://help.attentivemobile.com/hc/en-us/categories/360004558392-Subscriber-segments) and the [Attentive Journeys product](https://help.attentivemobile.com/hc/en-us/categories/6084285157396).
59+
Segment sends Track calls to Attentive Mobile as a `track` event. The event is saved to the Attentive subscriber, and is usable in both the [Attentive Segments product](https://help.attentivemobile.com/hc/en-us/categories/360004558392-Subscriber-segments){:target="_blank"} and the [Attentive Journeys product](https://help.attentivemobile.com/hc/en-us/categories/6084285157396){:target="_blank"}.
5860

5961
It may take up to 10 minutes for the track events to appear in Attentive.

0 commit comments

Comments
 (0)