User consent management in Zoho Apptics

User consent management in Zoho Apptics

Overview

Zoho Apptics provides user consent management module, which can be implemented by app developers to ask users for consent before tracking an data with three options:
  1. Opt in: When the app user consents to share any data with identity 
  2. Opt in anonymously: When the app user consents to share data but without identity like email ID or any other personally identifiable information (PII).
  3. Opt out: When the app user declines from sharing any data altogether.
This gives control to the end-user (app users) over their data sharing preferences.
Info
For SDK implementation, refer to our platform-specific guides:
  1. User consent SDK guide for Android
  2. User consent SDK guide for Cocoa
  3. User consent SDK guide for Windows

Example of how it is implemented

NotesNote: If you implement user consent management, the data you see in the Apptics console will only include the data from users who have opted in to share their data with identity or anonymously. If a user opts out, no data will be collected and you will not be able to see any data for the opt-out users in Apptics console.