গোপনীয়তা কৌশল

প্ল্যাটফর্ম নির্বাচন করুন: অ্যান্ড্রয়েড নতুন-নির্বাচিত অ্যান্ড্রয়েড আইওএস ইউনিটি

For key considerations when preparing your app for Google Play and Android privacy changes, see Privacy strategies for Android .

প্রকাশকের প্রথম পক্ষের আইডি

The GMA Next-Gen SDK introduced Publisher first-party ID , to help you deliver more relevant and personalized ads by using data collected from your apps.

Publisher first-party ID is enabled by default, but you can disable it using the following method.

কোটলিন

// Disables Publisher first-party ID.
MobileAds.putPublisherFirstPartyIdEnabled(false)

জাভা

// Disables Publisher first-party ID.
MobileAds.putPublisherFirstPartyIdEnabled(false);