Skip to content

Commit 1340e64

Browse files
authored
Add info about CleverTap repo ownership
1 parent 8bd7588 commit 1340e64

File tree

1 file changed

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

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ 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+
All server-side destination requests require both the Segment `anonymousId` and `userId` in the payload. This is a requirement from CleverTap.
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+
18+
- [Android](https://github.com/CleverTap/clevertap-segment-android)
19+
- [iOS](https://github.com/CleverTap/clevertap-segment-ios)
1520

21+
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"}.
1622

1723
## Identify
1824

0 commit comments

Comments
 (0)