If you like this plugin, please, rate it on Fab. Thank you!
Privacy strategies
For key considerations when preparing your app for Google Play and Android privacy changes, see Privacy strategies for Android.
For iOS privacy changes, check out Privacy strategies for iOS.
Publisher first-party ID
The Google Mobile Ads Unity Plugin 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 function:
#include "GoogleAdMob.h"
// ...
UGoogleAdMob::SetPublisherFirstPartyIdEnabled(false);
