If android:allowBackup="true" is defined in the Android manifest (just like in all sample apps here) it might make sense to exclude adjust_preferences.xml from full backup by adding
<exclude
domain="sharedpref"
path="adjust_preferences.xml"/>
to the full backup content rules to ensure that the install is tracked. Or am I mistaken?
If this is correct this should be added to the setup instructions.