Skip to content

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 5 commits into from
Jul 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .github/styles/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ onboarding
Optimizely
performant
Preact
Rokt
Selligent
Shopify
Skalin
Expand Down
36 changes: 32 additions & 4 deletions src/connections/destinations/catalog/rokt-integration/index.md
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.
3. Choose which source should send data to the “Rokt Integration” destination.
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.