Skip to main content

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 key
  • device_id: a fixed validation value (extract-login-validation)

Configuration fields

FieldTypeRequiredDescription
server_urlstringBase URL of your Countly server (for example, https://your-countly.example.com). Trailing slashes are ignored.
app_keystringCountly 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.