OneSignal

Send in-app subscription events to OneSignal to win back your subscribers

Qonversion sends mobile subscription events to OneSignal to automate push notifications with special offers to users who cancel a trial or a subscription. A personalized push notification with a special offer to a user who just canceled his trial or subscription can significantly uplift your app's revenue.

1. Set up the SDKs

  1. Make sure you have OneSignal SDK installed. If you do not have OneSignal integration yet, please use this documentation.

  2. Set Qonversion SDKs following installing the SDKs guides.

  3. Additionally, to attribute events sent from Qonversion, you need to set the same user ID at _q_custom_user_id key using the Qonversion.shared().setProperty method. Follow the documentation to learn more about this method.

  4. Set the same user ID by using OneSignal SDK:

OneSignal.setExternalUserId("yourSideUserID")
[OneSignal setExternalUserId:@"yourSideUserID"];
OneSignal.setExternalUserId("yourSideUserID");
OneSignal.setExternalUserId("yourSideUserID")

πŸ“˜

The setExternalUserId method is deprecated in version 5+ of Onesignal SDKs. Instead, the External User ID will now be called External ID and will be used as the default alias for the new OneSignal.login method

See the User Model Migration Guide for more details.

2. Configure the OneSignal Integration

  1. Get your OneSignal App ID following this documentation.

  2. Navigate to the Integrations section in your Qonversion project, select OneSignal, and provide the App ID and Save.

πŸ‘

Done

Now Qonversion will start sending in-app purchases and subscriptions data to your OneSignal account.

Event Payload

The event names correspond to the OneSignal Tag Values.

Qonversion uses the q_status tag with the event names to add data attributes to your OneSignal users. For example:

{
   "tags":{
      "q_status":"trial_converted"
   }
}