Countly
This connector lets you configure Countly as a destination for sending conversion events via the Countly Conversions API.
Setup
Before configuring the connector, you’ll need:
- A Countly server URL (cloud or self-hosted)
- A Countly App Key for the app you want to send conversions to
Authentication
The connector authenticates using your Countly App Key.
During credential validation, the connector makes a request to the Countly /i endpoint using:
app_key: your app keydevice_id: a fixed validation value (extract-login-validation)
Configuration fields
| Field | Type | Required | Description |
|---|---|---|---|
server_url | string | ✅ | Base URL of your Countly server (for example, https://your-countly.example.com). Trailing slashes are ignored. |
app_key | string | ✅ | Countly App Key for the target app. |
Streams
This destination is currently in development. Credential validation is supported, but loading/sending records is not yet available.