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/ninetailed/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ This destination is maintained by Ninetailed. For any issues with the destinatio
16
16
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
17
17
2. Search for "Ninetailed" in the Destinations Catalog, and select the Ninetailed destination.
18
18
3. Choose which Source should send data to the Ninetailed destination.
19
-
4. Copy your API Key from the Ninetailed Dashboard integrated in [your CMS](https://docs.ninetailed.io/account-and-setup/api-key?utm_source=segment&utm_medium=docs&utm_campaign=partners) (e.g., Contentful).
19
+
4. Copy your API Key from the Ninetailed Dashboard integrated in [your CMS](https://docs.ninetailed.io/account-and-setup/api-key?utm_source=segment&utm_medium=docs&utm_campaign=partners) (for example, Contentful).
20
20
5. Enter the "API Key" in the "Ninetailed" destination settings in Segment.
21
21
22
22
## Identify
23
23
24
-
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
24
+
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
25
25
26
26
```js
27
27
analytics.identify('userId123', {
@@ -36,7 +36,7 @@ Use Identify calls to associate traits with a user with which can be used for pe
36
36
37
37
## Track
38
38
39
-
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
39
+
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](/docs/connections/spec/track/) to learn about what it does. An example call would look like:
0 commit comments