Skip to content

Commit b9cae3e

Browse files
gezgblackShamil Ataevsanscontext
authored
Kevel Destination Docs (#1503)
* Kevel Destination Docs * Update src/connections/destinations/catalog/kevel/index.md Co-authored-by: LRubin <[email protected]> * Update src/connections/destinations/catalog/kevel/index.md Co-authored-by: LRubin <[email protected]> * Update src/connections/destinations/catalog/kevel/index.md Co-authored-by: LRubin <[email protected]> * Update src/connections/destinations/catalog/kevel/index.md Co-authored-by: LRubin <[email protected]> * removed autofill personas and settings sections * Update src/connections/destinations/catalog/kevel/index.md typo 😅 Co-authored-by: Shamil Ataev <[email protected]> Co-authored-by: LRubin <[email protected]>
1 parent 652d61d commit b9cae3e

File tree

1 file changed

+32
-0
lines changed
  • src/connections/destinations/catalog/kevel

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
rewrite: true
3+
title: Kevel Destination
4+
---
5+
6+
With [Kevel](https://kevel.co)'s ad serving APIs, you can build custom ad platforms for sponsored listings, internal promotions, native ads, and more — so you can take back the Internet and drive more revenue.
7+
8+
This destination is maintained by Kevel. For any issues with the destination, [contact the Kevel Support team](mailto:[email protected]).
9+
10+
11+
## Getting Started
12+
13+
{% include content/connection-modes.md %}
14+
15+
1. From the Segment web app, click **Catalog**.
16+
2. Search for "Kevel" in the Catalog, select it, and choose which of your sources to connect the destination to.
17+
3. In the [Kevel App](https://app.kevel.co), click the Information icon in the top-right navigation to find your **Network ID**.
18+
4. Still in the [Kevel app](https://app.kevel.co), go to **Settings -> API Keys** in the top navigation. Either copy an existing key, or generate a new one.
19+
5. Back in the Kevel destination settings in the Segment app, enter the values for the **Network ID** and the **API Key**.
20+
21+
22+
## Identify
23+
24+
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
25+
26+
```js
27+
analytics.identify('userId123', {
28+
29+
});
30+
```
31+
32+
Segment sends Identify calls to Kevel as [UserDB updates](https://dev.kevel.co/docs/userdb-1). Traits with `boolean` values are stored as `interests` on the UserDB Record. Other traits are stored in the `custom` property.

0 commit comments

Comments
 (0)