cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can Users Opt Out From Receiving ReachOut Messages?

Can Users Opt Out From Receiving ReachOut Messages?

Your application needs to implement a mechanism to ask users for their preferences in relation to receiving in-app messages and save these settings in a configuration file. Based on these preferences there are several ways to control the delivery of ReachOut campaigns.

Option 1

If your preferences include an on / off switch only, you may use this setting to enable or disable automatic ReachOut campaign delivery when your application calls ruiCreateConfig() or ruiSync(). This means that once the user opts out of receiving in-app messages, the Usage Intelligence SDK will not check for available ReachOut campaigns with the server. This option is suitable if you never want campaigns to be delivered to opted out users and their preference cannot be overridden.

Option 2

You may choose to save the user’s preference as a Usage Intelligence custom property by calling ruiSetCustomProperty(). In this case your application will continue to check for ReachOut campaigns with the server, however when building your campaigns you must add filtering criteria based on this custom property. This option allows you to have more control on the delivery of ReachOut messages and has the following benefits:

  • You are not limited to an on / off switch but can provide further options such as choosing to opt in for marketing messages, product updates and company announcements. Therefore if a user selects product updates only, then you would only send them messages related to the product and not marketing material or company announcements.
    Revulytics-Usage-Intelligence-ReachOut-Preferences.png
  • You may still send ReachOut messages to all users, such as in case of an emergency release due to a serious bug fix where you want to notify all your users regardless of their opt in preferences.
  • You will be able to report on your users’ preferences through the Usage Intelligence Dashboard.
    Revulytics-Usage-Intelligence-ReachOut-Preferences-Report.png

More information about custom properties can be found in What Type of Data Can I Store in Custom Properties?

NOTE: A user may opt out from being tracked completely, in which case it is recommended that your application calls ruiOptOut() to disable all tracking and communication with the server. You will also not get any usage data for such clients.

Labels (2)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎May 05, 2023 04:44 PM
Updated by:
Contributors