Android Advertising ID

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.

Ad_ID Permission

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:

<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

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.

User Details

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.

Last updated