gdprPd
If your app passes personal information as part of the user profiles, you can set an gdprPd
parameter when creating an Advertisement.
val result = AdService.makeAdvertisement(
AdRequest(
contentUnit = CONTENT_UNIT,
profiles = hashMapOf("user" to "personalInfo"),
gdprPd = true
)
)
Content copied to clipboard