Skip to content

Commit 1091a23

Browse files
author
markzegarelli
committed
fixed some links
1 parent 377063f commit 1091a23

File tree

4 files changed

+133
-137
lines changed

4 files changed

+133
-137
lines changed

src/connections/destinations/catalog/vitally/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This destination is maintained by Vitally. For any issues with the destination,
1414

1515
{% include content/connection-modes.md %}
1616

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.
1818

1919
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.
2020

@@ -33,7 +33,7 @@ Enabling Vitally as a destination in Segment can be done in one click from your
3333

3434
## Identify
3535

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:
3737

3838
```
3939
analytics.identify('userId123', {
@@ -44,7 +44,7 @@ analytics.identify('userId123', {
4444
});
4545
```
4646

47-
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.
4848

4949
Passing along the following traits will correspond to what is displayed in Vitally:
5050
* `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
5353

5454
## Track
5555

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:
5757

5858
```
5959
analytics.track('enabled-slack-integration', {
6060
channel: '#support'
6161
})
6262
```
6363

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).
6565

6666

6767
## Group
6868

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:
7070

7171
```js
7272
analytics.group("accountId123", {
@@ -77,7 +77,7 @@ analytics.group("accountId123", {
7777
});
7878
```
7979

80-
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.
8181

8282
Passing along the following traits will correspond to what is displayed in Vitally:
8383
* `name` is used to set the name of the account in Vitally

0 commit comments

Comments
 (0)