- How many users are reachable via push notifications?
- How many users have opted in for push notifications over time?
- How many users are active on your platform but cannot be reached due to opting out of push notifications?
- Android
- iOS
- Web

- Push eligible users: These users have at least one active device with a valid push token. Eligible users are calculated based on users having any of these values of reachability user attribute.
- 201: Reachable and opted in
- 200: Reachable and opt-in status unknown
- 202: Not reachable due to opt-out
- Push reachable users: These users have at least one active device with a valid push token and have not explicitly opted out. Eligible users are calculated based on users having any of these values of reachability user attribute:
-
- 201: Reachable and opted in
- 200: Reachable and opt-in status unknown
-
- Opted-in users: These users have at least one active device with a valid push token and opted in. These users are considered reachable. Eligible users are calculated based on users having reachability user attributes as:
- 201: Reachable and opted in
- Opted-out users: These users have at least one active device with a valid push token and have opted out on all of them. These users are not considered reachable. Eligible users are calculated based on users having reachabilityuser attributes as:
- 202: Not reachable due to opt-out