Add Ad Identifier Library
Add the below dependency in the application level build.gradle file.The above APIs are available only starting plugin version 2.3.0. In the older versions, Advertising Identifier tracking is enabled by default.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
implementation("com.google.android.gms:play-services-ads-identifier:18.0.1")
using MoEngage;
MoEngageClient.EnableAdIdTracking();
using MoEngage;
MoEngageClient.DisableAdIdTracking();
Was this page helpful?