CleverTap
The CleverTap connector lets you configure credentials for the CleverTap Conversions API destination. RudderStack uses these credentials to validate access to CleverTap.
Note: Destination loading for the CleverTap Conversions API is currently in development. At this time, the connector validates credentials but does not yet send data to CleverTap.
Setup
- In CleverTap, locate your account credentials:
- Account ID
- Passcode
- Identify your CleverTap region (used to form the API hostname).
Authentication
This connector authenticates using CleverTap HTTP headers:
X-CleverTap-Account-Id: your CleverTap Account IDX-CleverTap-Passcode: your CleverTap Passcode
During credential validation, RudderStack makes a request to:
https://{region}.api.clevertap.com/1/events.json?cursor=0
If the request fails, the connector reports a credential validation error.
Configuration fields
| Field | Type | Required | Description |
|---|---|---|---|
region | string | Yes | CleverTap region subdomain used in the API base URL (for example, us1, eu1, etc.). |
account_id | string | Yes | Your CleverTap Account ID. |
account_passcode | string | Yes | Your CleverTap Passcode. Keep this value secret. |
Streams
This destination is not yet available for loading data, so there are no supported streams at this time.