Add Ad Identifier Library
Add the below dependency in the application-level build.gradle file.To disable advertising identifier tracking, or to learn how to track Android ID alongside the advertising ID, see Device Identifier Tracking.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enable advertising identifier tracking in the MoEngage Android SDK for accurate device analytics.
implementation("com.google.android.gms:play-services-ads-identifier:18.0.1")
import com.moengage.core.enableAdIdTracking
enableAdIdTracking(context)
MoESdkStateHelper.enableAdIdTracking(context);
Was this page helpful?