Hello!
I’m working on building a native privacy dashboard into my own game.
With regards to Unity Ads, this ultimately uses the MetaData class to turn features on\off (I’m aware of the Unity Data Privacy Plugin & Ad End Card option)
Is there a definitive list of Unity Ads MetaData categories, keys & values that is documented somewhere please? I certainly can’t find any official documentation, other than forum posts.
I’m currently using…
category = gdpr → key = consent → value = true/false (for GDPR)
category = privacy → key = consent → value = true/false (for CCPA)
Are there others please?
I’m guessing we have to use the iOS specific package for App Tracking Transparency (and not MetaData)?