Qonversion - Mobile app subscription analytics v1.1.0 Release Notes

Release Date: 2020-05-28 // almost 4 years ago
  • ๐Ÿ‘‰ User properties are attributes you can set on a user level. You can send user properties to third party platforms as well as use them in Qonversion for customer segmentation and analysis.

    Qonversion.setProperty(.email, value: "[email protected]")
    

    โž• Additionally, you are able to add a custom user property. Qonversion can send them to third party integrations as well. For example, you could add a user details and use that data for emails or push notifications personalization in Mailchimp and OneSignal integrations.

    Qonversion.setProperty("liked-app", value: "yes")
    

    ๐Ÿ“š Read more in documentation