MoEngage
Introduction
The MoEngage Conversions API destination connector lets you send conversion events to MoEngage.
Status
This destination is currently in development. Credential validation is supported, but destination loading/syncing is not yet available.
Setup
Before configuring the connector, gather the following from your MoEngage account:
- App ID
- Data API Key
- Your MoEngage base URL (for example, the MoEngage API endpoint for your region)
Authentication
This connector authenticates to MoEngage using:
- Authorization header: your Data API Key
- App identification: your App ID
During credential validation, the connector makes a request to:
GET {base_url}/v1/apps/{app_id}
If the request fails, the connector reports a credential validation error.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
base_url | string | Yes | MoEngage API base URL. Trailing slashes are ignored. |
app_id | string | Yes | Your MoEngage App ID. |
data_api_key | string | Yes | Your MoEngage Data API Key (used as the Authorization header value). |
Streams
Not available yet. This destination does not currently load data (sync) and will return an error indicating that loading is still in development.