Android Advertising ID
Last updated
Last updated
The Netmera Android SDK has the capability to retrieve the Ad_ID information, and you can access the Ad_ID under the Settings > User section on the Netmera Panel. Collecting this information empowers you to take important actions related to your users. The Ad_ID, being a unique identifier tied to each user's device, provides valuable insights that can be leveraged for strategic decision-making. It allows you to better understand and engage with your user base, enabling you to tailor your approach and take meaningful actions based on this collected data.
Ad_ID usage on Netmera:
It's important to note that the Ad_ID information is not utilized for displaying advertisements within your application. Instead, it serves as a unique and device-specific variable associated with each user.
When you update your target to Android 13 or above, you will need to declare an ad_id
permission as a normal permission in the manifest file, as follows. Ensure that the following permission is added to your AndroidManifest.xml file:
Targeting Android 12 and Above:
This permission is crucial for accessing ad tracking information on Android 12 devices. For further information, you may refer to the Google documentation here.
Under the Settings > User section, the advertising identifier (Ad_ID) data and the information on whether permission is granted are located in the rightmost two columns.