Skip to content

Commit 46631ec

Browse files
author
Thomas Gilbert
committed
add rokt destination docs
1 parent 0b40736 commit 46631ec

File tree

1 file changed

+34
-0
lines changed
  • src/connections/destinations/catalog/rokt-integration

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Rokt Integration Destination
3+
id: 6268a16ce311a548d8cb1a72
4+
---
5+
6+
The Rokt-Segment 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.
7+
8+
This destination is maintained by Rokt. If you have any issues, please contact [Rokt support team](https://rokt.atlassian.net/servicedesk/customer/portal/20/group/98).
9+
10+
# Getting Started
11+
12+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
13+
2. Search for “Rokt” in the Destinations Catalog. Select the “Rokt Integration” destination.
14+
3. Choose which source should send data to the “Rokt Integration” destination.
15+
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.
16+
17+
Once you've entered the API credentials for Rokt, the chosen source will send data through to Rokt's API.
18+
19+
# API calls
20+
Rokt supports the `track` API call, which can be used to send data to Rokt:
21+
22+
23+
## Track
24+
The `track` API call is how you record any actions your users perform, along with any properties that describe the action. Read more [here](https://segment.com/docs/connections/spec/track/).
25+
An example call would look like:
26+
```js
27+
analytics.track('Clicked Login Button', , {
28+
property1: 1,
29+
property2: 'test',
30+
property3: true
31+
})
32+
```
33+
34+
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.

0 commit comments

Comments
 (0)