Skip to content

Commit 652d4d2

Browse files
authored
minor cleanup
1 parent 32ef2d2 commit 652d4d2

File tree

1 file changed

+5
-6
lines changed
  • src/connections/destinations/catalog/plotline

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ beta: true
88

99
This destination is maintained by Plotline. For any issues with the destination, contact Plotline's support team at support@plotline.so.
1010

11-
## Getting Started
11+
## Getting started
1212

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.
1616
4. Go to [Plotline's dashboard](app.plotline.so){:target="_blank”}, navigate to "Credentials" and copy the API key.
1717
5. Enter the API Key in the destination settings in Segment.
1818

@@ -34,11 +34,10 @@ Segment sends Identify calls to Plotline as an `identify` event.
3434

3535
### Track
3636

37-
3837
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:
3938

4039
```
4140
analytics.track('Checkout Completed')
4241
```
4342

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

Comments
 (0)