Adjust

Send iOS and Android subscription events to Adjust with Qonversion.

Qonversion sends subscription data for iOS and Android apps to your Adjust account to help you understand your marketing performance. Measure what drives your revenue by tracking trial-to-paying-user conversion, subscription renewals, billing retry state, cancellations, refunds, and other useful subscription events. Here you can find the full list of the events tracked.

Getting started

1. Configure the SDKs

  1. Set Qonversion SDK and Adjust SDK to identify a user:

// Initialize Qonversion with Adjust ID
Qonversion.launch(withKey: "projectKey")
Qonversion.setUserID("yourSideUserID")

Please note that you should use your Qonversion Application Access Key instead of "projectKey". You can find it in application settings.

Do not track purchase events on the client-side with Adjust SDK if you activated Qonversion integration with Adjust and sending these events through the integration.

2. Configure the integration

Configure the event names and activate the integration from the Qonversion dashboard. Go to the integrations dashboard and choose Adjust:

Adjust integration

Add your Adjust App Token to Qonversion (you can find it in your Adjust dashboard):

Configure Adjust credentials

Configure event names:

Last updated

Was this helpful?