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/vitally/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This destination is maintained by Vitally. For any issues with the destination,
14
14
15
15
{% include content/connection-modes.md %}
16
16
17
-
Enabling Vitally as a destination in Segment can be done in one click from your Vitally account. These instructions are also detailed in the [Vitally help center](http://docs.vitally.io/en/articles/3-sending-segment-data-to-vitally).
17
+
Enabling Vitally as a destination in Segment can be done in one click from your Vitally account.
18
18
19
19
1. Navigate to the Segment integration page within your Vitally account. This can be found in your **Account Settings** in Vitally by navigating to the **Product Data** integrations list.
20
20
@@ -33,7 +33,7 @@ Enabling Vitally as a destination in Segment can be done in one click from your
33
33
34
34
## Identify
35
35
36
-
If you haven't had a chance to review the spec, take a look tounderstand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
36
+
If you haven't had a chance to review the spec, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
Identify calls are used by Vitally to maintain a picture of a single [user](http://docs.vitally.io/en/articles/17). The traits you pass to the Identify call will be displayed on the user's dashboard and can be used for sorting and filtering users within an account and across all of your users.
47
+
Identify calls are used by Vitally to maintain a picture of a single user. The traits you pass to the Identify call will be displayed on the user's dashboard and can be used for sorting and filtering users within an account and across all of your users.
48
48
49
49
Passing along the following traits will correspond to what is displayed in Vitally:
50
50
*`name` is used to set the name of the user in Vitally
@@ -53,20 +53,20 @@ Passing along the following traits will correspond to what is displayed in Vital
53
53
54
54
## Track
55
55
56
-
If you haven't had a chance to review the spec, take a look tounderstand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
56
+
If you haven't had a chance to review the spec, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
57
57
58
58
```
59
59
analytics.track('enabled-slack-integration', {
60
60
channel: '#support'
61
61
})
62
62
```
63
63
64
-
Track calls are used in Vitally to [track and analyze](http://docs.vitally.io/en/articles/8) your accounts' engagement with your product. Vitally provides out-of-the box analysis on your events, plus the ability to define your own custom metrics on top of those events, like [Success Metrics](http://docs.vitally.io/en/articles/12-what-are-success-metrics) and [Elements](http://docs.vitally.io/en/articles/9).
64
+
Track calls are used in Vitally to track and analyze your accounts' engagement with your product. Vitally provides out-of-the box analysis on your events, plus the ability to define your own custom metrics on top of those events, like [Success Metrics](https://docs.vitally.io/account-health-scores-and-metrics/success-metrics){:target="_blank"} and [Elements](https://docs.vitally.io/account-health-scores-and-metrics/elements).
65
65
66
66
67
67
## Group
68
68
69
-
If you haven't had a chance to review the spec, take a look tounderstand what the [Group method](/docs/connections/spec/group/) does. An example call would look like:
69
+
If you haven't had a chance to review the spec, take a look to understand what the [Group method](/docs/connections/spec/group/) does. An example call would look like:
Group calls are used by Vitally to maintain a picture of an [account](http://docs.vitally.io/en/articles/17). Any traits you pass to the Group call are [added to the account in Vitally](http://docs.vitally.io/en/articles/48-customer-traits) and can be used to analyze your customer base as a whole. You can view a customer's traits on their dashboard, use them for sorting and filtering, configure [rules](http://docs.vitally.io/en/articles/61-using-rules-to-automate-cs-needs) to automate your customer success process, and even create [segments](http://docs.vitally.io/en/articles/62) of your accounts.
80
+
Group calls are used by Vitally to maintain a picture of an account. Any traits you pass to the Group call are added to the account in Vitally and can be used to analyze your customer base as a whole. You can view a customer's traits on their dashboard, use them for sorting and filtering, configure rules to automate your customer success process, and even create segments) of your accounts.
81
81
82
82
Passing along the following traits will correspond to what is displayed in Vitally:
83
83
*`name` is used to set the name of the account in Vitally
0 commit comments