You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/attentive-mobile/index.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,14 @@ This destination is maintained by Attentive Mobile. For any issues with the dest
9
9
10
10
## Getting Started
11
11
12
-
{% include content/connection-modes.md %}
13
12
14
-
### Installing from Attentive
15
13
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
17
19
18
-
### Installing from Segment
19
20
20
21
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).
21
22
@@ -31,7 +32,7 @@ The Attentive Mobile destination supports the following methods, as specified in
31
32
32
33
### Identify
33
34
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:
35
36
36
37
```js
37
38
analytics.identify("userId123", {
@@ -44,7 +45,8 @@ Segment sends Identify calls to Attentive Mobile as an `identify` event. The eve
44
45
45
46
It may take up to 10 minutes for the `identify` attributes to appear in Attentive.
46
47
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.
48
50
49
51
### Track
50
52
@@ -54,6 +56,6 @@ Send [Track](/docs/connections/spec/track) calls to save the event to the Attent
54
56
analytics.track("Login Button Clicked");
55
57
```
56
58
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"}.
58
60
59
61
It may take up to 10 minutes for the track events to appear in Attentive.
0 commit comments