How do setup Interest-Based Ads on our Unity Games?

Hey guys, I’m developing a game that includes ads. In this game i want to set a checkbox on the settings: Turn On and Off the Interest-Based Ads. How can we achieve this? Is there any documentation for that?

Hi. Unity Ads SDK handles user consent, i.e. it will ask whether we can use profile data for targeting the user.

Based on ad type, we might use interest based targeting for finding the most relevant ads for the user. You cannot control this from the SDK.

Hope this answers the question.

Thanks,
Rasmus

https://unityads.unity3d.com/help/legal/gdpr
Is that the content you talking about?
@rasmus-unity

Correct, you can set the consent from your game code as described on that page, however easiest for you (so you e.g. don’t need yourself to store if user has given consent or not) is to just let the Ads SDK handle user privacy settings

/Rasmus