-
Notifications
You must be signed in to change notification settings - Fork 379
rokt destination docs #3198
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
rokt destination docs #3198
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
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 |
---|---|---|
|
@@ -82,6 +82,7 @@ onboarding | |
Optimizely | ||
performant | ||
Preact | ||
Rokt | ||
Selligent | ||
Shopify | ||
Skalin | ||
|
36 changes: 32 additions & 4 deletions
36
src/connections/destinations/catalog/rokt-integration/index.md
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 |
---|---|---|
@@ -1,7 +1,35 @@ | ||
--- | ||
title: 'Rokt Integration Destination' | ||
hidden: true | ||
title: Rokt Integration Destination | ||
id: 6268a16ce311a548d8cb1a72 | ||
published: false | ||
beta: true | ||
--- | ||
|
||
The Rokt destination optimizes campaign performance by integrating conversion attribution for Rokt Ads. By integrating this conversion data, you’ll unlock a suite of intelligent tools that learn from every conversion, constantly making adjustments to improve campaign targeting and bidding. | ||
|
||
This destination is maintained by Rokt. If you have any issues, please contact the [Rokt support team](https://rokt.atlassian.net/servicedesk/customer/portal/20/group/98){:target="_blank"}. | ||
|
||
## Getting Started | ||
|
||
1. From the Destinations catalog page in the Segment App, click **Add Destination**. | ||
2. Search for “Rokt” in the Destinations Catalog. Select the “Rokt Integration” destination. | ||
tcgilbert marked this conversation as resolved.
Show resolved
Hide resolved
|
||
3. Choose which source should send data to the “Rokt Integration” destination. | ||
tcgilbert marked this conversation as resolved.
Show resolved
Hide resolved
|
||
4. Enter the API key provided to you by your Rokt Account manager. If you haven't received your login credentials, please reach out to them. | ||
|
||
Once you've entered the API credentials for Rokt, the chosen source sends data through to Rokt's API. | ||
|
||
## Supported Methods | ||
|
||
Rokt supports the `track` API call, which can be used to send data to Rokt: | ||
|
||
|
||
### Track | ||
The `track` API call is how you record any actions your users perform, along with any properties that describe the action. [Learn more about the track call](/docs/connections/spec/track/). | ||
An example call would look like: | ||
```js | ||
analytics.track('Clicked Login Button', , { | ||
property1: 1, | ||
property2: 'test', | ||
property3: true | ||
}) | ||
``` | ||
|
||
Segment sends `track` calls to Rokt as `track` events. You can use these to configure conversion goals to inform the destnation predictive analyses. You can use any `track` call made in the past week as the basis for a predictive goal in the Rokt destination. |
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.