Skip to content

Uninstall tracking

This article shows how you can view aggregate app uninstalls over time to locate trends and anomalies, and track campaign-level uninstalls to determine if a specific campaign is driving or preventing app installs.

Uninstall tracking in Braze provides the following details:

  1. Daily app-level uninstall statistics in a time series graph on the Home page.
  2. Campaign-level uninstall statistics in a time series graph on the Campaign Details page of a specific campaign. This statistic specifies the number of campaign recipients that uninstall each day.

How it works

Braze automatically collects a base level of uninstall information from your regular push campaigns. However, because the frequency with which different users receive push campaigns may vary, we offer uninstall tracking to provide a more accurate snapshot of uninstall activity among your users.

Turning on uninstall tracking

You can turn on uninstall tracking on the App Settings page, under Settings, for each app you want to track.

When uninstall tracking is turned on for an app, background push messages will be sent nightly to users who haven’t recorded a session or received a push in 24 hours.

Configuration

To configure uninstall tracking for your iOS application, use a utility method. For your Android application, use BrazeNotificationUtils.isUninstallTrackingPush(). When Braze detects an uninstall, whether from uninstall tracking or normal push campaign delivery, we will record the best estimated time of the uninstall on the user. This time is stored in the user profile as a standard attribute and can be used to define a segment of users for win-back campaigns.

Filtering segments by uninstalls

The Uninstalled filter on the Segments page selects users who uninstalled your app within a time range. Because it’s difficult to determine the exact time of an uninstall, we recommend that uninstall filters have wider time ranges to make sure everyone who uninstalls falls into the segment at some point.

Uninstall segment.

App-level analysis

Daily statistics on uninstalls are on the Home page. The graph can be broken down by app and segment, similar to other statistics Braze provides. In the Performance overview section, select your date range and, if desired, an app. Then, scroll down to the Performance Over Time graph and do the following:

  1. In the Statistics For dropdown, select Uninstalls.
  2. In the Breakdown dropdown, select By segment.
  3. In the Breakdown Values dropdown, select the segments to include in the graph.

Uninstall graph selection.

Uninstall tracking for campaigns

Campaign uninstall tracking shows the number of users who received a specific campaign and subsequently uninstalled your app within the selected time frame. This tool gives insight into how campaigns may be encouraging unintended negative user behaviors and helps to measure overall campaign efficacy.

Uninstall statistics for campaigns are located on a specific campaign’s Campaign Analytics page. For multichannel and multivariate campaigns, uninstalls can be broken down by channel and variant, respectively.

Uninstall at the campaign-level.

How it works

Braze tracks uninstalls by observing when push messages sent to users’ devices return a signal from either Firebase Cloud Messaging (FCM) or Apple Push Notification Service (APNs) that the app is no longer installed. If Global Uninstall Tracking is turned on for a particular app, we send a daily silent push message to users to detect whether they have uninstalled. This “silent” push is sent to all users (unless the user has disabled silent pushes in their app settings); however, the push does not appear to users. If we detect that a user has uninstalled, we:

  • Increment the app’s total uninstall count by one.
  • Increment the uninstall count for every campaign that the user successfully received in the past 24 hours by one.
  • If a user receives three campaigns in a 24-hour period and then uninstalls, we increment the count of “uninstalls” for all three campaigns.

Uninstall tracking is subject to restrictions placed on this information by FCM and APNs. Braze only increments the uninstall count when FCM or APNs tell us that a user has uninstalled, but these third-party systems reserve the right to notify us of uninstalls at any point in time. As a result, uninstall tracking should be used to detect directional trends as opposed to precise statistics.

For more on using uninstall tracking, see our blog post Uninstall Tracking: An Industry Look at its Strengths and Limitations.

Troubleshooting

Why am I suddenly seeing a spike in uninstalls?

If you see a spike in app uninstalls, it may be due to Firebase Cloud Messaging (FCM) and Apple Push Notification Service (APNS) revoking old tokens at a different frequency.

Why are the number of app uninstalls different from what’s in the APNs?

The difference is expected. APNs will start returning a 410 status for these tokens on a fuzzy schedule.

HOW HELPFUL WAS THIS PAGE?
New Stuff!