From SDK version 11.5.00, SDK optionally tracks Android-id for the devices(by default Android-id is not tracked). To enable Android-id tracking use the enableAndroidIdTracking() method as shown below.
Before enabling the Android-id tracking application should take consent from the user as per the Google Policy.Once tracking is enabled SDK would continue tracking the Android-id until explicitly opted-out. Use the disableAndroidIdTracking() method to opt-out of Android-id tracking.
From SDK version 12.1.00, SDK optionally tracks Advertising Identifier for the devices(by default Advertising Identifier is not tracked). To enable Advertising Identifier tracking use the enableAdIdTracking() method as shown below.
Before enabling the Advertising Identifier tracking application should take consent from the user as per the Google Policy.Once tracking is enabled SDK would continue tracking the Advertising Identifier until explicitly opted-out. Use the disableAdIdTracking() method to opt-out of Advertising Identifier tracking.