Skip to content

Documentation for Plotline Direct Destination #6879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minor cleanup
  • Loading branch information
pwseg authored Aug 6, 2024
commit 652d4d201671c796c441c61a60e1bb42870fa2b5
11 changes: 5 additions & 6 deletions src/connections/destinations/catalog/plotline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ beta: true

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

## Getting Started
## Getting started

1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog) search for "Plotline".
2. Select and click Add Destination.
3. Select an existing Source to connect to.
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Plotline".
2. Select and click **Add Destination**.
3. Select an existing source to connect to.
4. Go to [Plotline's dashboard](app.plotline.so){:target="_blank”}, navigate to "Credentials" and copy the API key.
5. Enter the API Key in the destination settings in Segment.

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

### Track


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:

```
analytics.track('Checkout Completed')
```

Segment sends Track calls to Plotline as a `track` event.
Segment sends Track calls to Plotline as a `track` event.
Loading