dsa
Digital Service Act (“DSA”) is a EU regulation which aims among other things to increase transparency on online platforms for users in relation to recommended content – including advertising.
Note: You can also override this parameter for an individual AdRequest by passing AdRequest.dsa to the constructor.
AdService.setAdRequestGlobalParameter(
AdRequestGlobalParameters::dsa,
AdRequestGlobalParameters.DSA(
DSARequirement.REQUIRED,
DSAPubRender.WILL_RENDER,
DSADataToPubs.SEND_TRANSPARENCY
)
)
Content copied to clipboard
Use AdService.removeAdRequestGlobalParameter to reset the users choice.