Skip to content

Commit 0a24a2d

Browse files
authored
Merge pull request #474 from segmentio/repo-sync
repo sync
2 parents a539f7d + 1bf776f commit 0a24a2d

File tree

2 files changed

+33
-4
lines changed
  • .github/styles/Vocab/Docs
  • src/connections/destinations/catalog/rokt-integration

2 files changed

+33
-4
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ onboarding
8282
Optimizely
8383
performant
8484
Preact
85+
Rokt
8586
Selligent
8687
Shopify
8788
Skalin
Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
11
---
2-
title: 'Rokt Integration Destination'
3-
hidden: true
2+
title: Rokt Integration Destination
43
id: 6268a16ce311a548d8cb1a72
5-
published: false
6-
beta: true
74
---
5+
6+
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.
7+
8+
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"}.
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 sends data through to Rokt's API.
18+
19+
## Supported Methods
20+
21+
Rokt supports the `track` API call, which can be used to send data to Rokt:
22+
23+
24+
### Track
25+
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/).
26+
An example call would look like:
27+
```js
28+
analytics.track('Clicked Login Button', , {
29+
property1: 1,
30+
property2: 'test',
31+
property3: true
32+
})
33+
```
34+
35+
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)