-
Notifications
You must be signed in to change notification settings - Fork 380
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
pwseg
merged 6 commits into
segmentio:develop
from
plotline-insights:plotline/destination
Aug 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
510fd0f
Documentation for Plotline Direct Destination
plotline-insights df2209e
Updated link based on suggested change
plotline-insights 23e51d0
Updated title based on suggested change
plotline-insights 68fed9d
Updated content based on suggested change
plotline-insights 32ef2d2
Updated link based on suggested change
plotline-insights 652d4d2
minor cleanup
pwseg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: Plotline Destination | ||
--- | ||
|
||
[Plotline](https://www.plotline.so/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a mobile adoption platform that helps product and marketing teams launch experiences like Stories, Videos, Animations, Streaks, Floating buttons and more inside the app - without taking engineering effort. | ||
plotline-insights marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
This destination is maintained by Plotline. For any issues with the destination, contact Plotline's support team at [email protected]. | ||
|
||
## 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 . | ||
plotline-insights marked this conversation as resolved.
Show resolved
Hide resolved
|
||
4. Go to [Plotline's dashboard](app.plotline.so), navigate to "Credentials" and copy the API key. | ||
plotline-insights marked this conversation as resolved.
Show resolved
Hide resolved
|
||
5. Enter the API Key in the destination settings in Segment. | ||
|
||
## Supported methods | ||
|
||
Plotline supports the following methods, as specified in the [Segment Spec](https://github.com/segmentio/segment-docs/blob/develop/docs/connections/spec). | ||
|
||
### Identify | ||
|
||
Send Identify calls to update user attributes in Plotline. These user attributes can be used for setting up the audience in campaigns and personalizing the content in the campaigns. For example: | ||
|
||
``` | ||
analytics.identify('userId123', { | ||
name: 'John Doe' | ||
}); | ||
``` | ||
|
||
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. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.