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/plotline/index.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ beta: true
8
8
9
9
This destination is maintained by Plotline. For any issues with the destination, contact Plotline's support team at support@plotline.so.
10
10
11
-
## Getting Started
11
+
## Getting started
12
12
13
-
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog) search for "Plotline".
14
-
2. Select and click Add Destination.
15
-
3. Select an existing Source to connect to.
13
+
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Plotline".
14
+
2. Select and click **Add Destination**.
15
+
3. Select an existing source to connect to.
16
16
4. Go to [Plotline's dashboard](app.plotline.so){:target="_blank”}, navigate to "Credentials" and copy the API key.
17
17
5. Enter the API Key in the destination settings in Segment.
18
18
@@ -34,11 +34,10 @@ Segment sends Identify calls to Plotline as an `identify` event.
34
34
35
35
### Track
36
36
37
-
38
37
Send Track calls to Plotline. Track calls are used for Plotline to know all user events and can be used for setting up the audience in campaigns and defining the goal events. For example:
39
38
40
39
```
41
40
analytics.track('Checkout Completed')
42
41
```
43
42
44
-
Segment sends Track calls to Plotline as a `track` event.
43
+
Segment sends Track calls to Plotline as a `track` event.
0 commit comments