Adopting app set ID - Recent Google Notification (from Admob)

Today I’ve received this email from Google Admob:

Ensure that you adopt SDKs which support app set ID
We noticed that you have not adopted app set ID for your apps.
Last July, Google Play announced advertising ID policy changes to help boost security and privacy. These changes have started to come into effect from April 1, 2022.
App set ID offers a privacy-friendly way to correlate usage or actions across a set of apps owned by the same organization when the advertising ID is unavailable. To support reporting and fraud prevention of opt-ed out users, Google AdMob recommends taking 20.5.0+ GMA SDK or later which support app set ID. After which, no further action is required.

If you are using Admob and building with Solar2D version 2022.3672+, then you are using GMA SDK “20.6.0”

Thanks a lot. I think Admob sent me that email because I don’t have updated some of my apps in a while

How can we check number version? thanks

You should be able to see version number in logs when you call .init(), should look like
“plugin.admob : pluginVersionHere (SDK: AdmobSDKVersionNumberHere)”

1 Like