Skip to content

Commit 4883476

Browse files
authored
Merge pull request #5519 from segmentio/joeynmq-patch-4
Add info about CleverTap repo ownership
2 parents c3ea8da + 8f13559 commit 4883476

File tree

1 file changed

+7
-2
lines changed
  • src/connections/destinations/catalog/clevertap

1 file changed

+7
-2
lines changed

src/connections/destinations/catalog/clevertap/index.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ cmode-override: true
77

88
Once the Segment library is integrated, toggle CleverTap on in your Segment destinations, and add your CleverTap Account ID and CleverTap Account Token which you can find in the CleverTap Dashboard under Settings.
99

10+
CleverTap supports the Identify, Track, Page (server-side only), and Screen (iOS and server-side only) methods.
11+
1012
You can integrate CleverTap using a server-side or mobile destination (iOS or Android). If you are interested in using CleverTap's push notifications or in-app notifications products, you should use the mobile destinations.
1113

12-
All server-side destination requests require both the Segment `anonymousId` and `userId` in the payload. This is a requirement from CleverTap. CleverTap maintains the server-side integration. For any issues with the server-side integration, [contact the CleverTap Support team](https://help.clevertap.com/hc/en-us/requests/new){:target="_blank"}.
14+
For server-side destination requests, CleverTap requires both the Segment `anonymousId` and `userId` in the payload.
1315

14-
CleverTap supports the `identify`, `track`, `page` (server-side only), and `screen` (iOS and server-side only) methods.
16+
CleverTap maintains the server-side and mobile integrations:
17+
- [Android](https://github.com/CleverTap/clevertap-segment-android){:target="_blank"}
18+
- [iOS](https://github.com/CleverTap/clevertap-segment-ios){:target="_blank"}
1519

20+
For any issues with the server-side and mobile integrations, [contact the CleverTap Support team](https://help.clevertap.com/hc/en-us/requests/new){:target="_blank"}.
1621

1722
## Identify
1823

0 commit comments

Comments
 (0)