Skip to main content

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

FieldTypeRequiredDescription
base_urlstringYesMoEngage API base URL. Trailing slashes are ignored.
app_idstringYesYour MoEngage App ID.
data_api_keystringYesYour 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.