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 once you have obtained your token or when ever it's value is changed:
AdTrace.setPushToken('{PushNotificationsToken}');
note
in order to handle the case where a silent push sent, check this.