Uninstall / Reinstall tracking
Push token
Attention
Firebase Cloud Messaging Legacy APIs has been deprecated since June 2024.
in order to enable Adtrace to actively measure uninstalls, you need to Migrate to HTTP V1. in order to do that apply REQUIRED steps and upload the JSON file containing required information to Adtrace panel.
Push tokens are used for uninstall and reinstall tracking.
To send us the push notification token, add the following call to Adtrace whenever you get your token in the app or when it gets updated:
AdTrace.setPushToken("YourPushNotificationToken");
Push tokens are used for Audience Builder and client callbacks, and they are required for the upcoming uninstall tracking feature.
note
in order to handle the case where a silent push sent, check this.