cookiesAccess
A parameter that indicates how the ad server will work with cookies.
Using this parameter, you can restrict the server's access to work with cookies. By default, the server is not restricted and uses CookiesAccess.GET_SET access.
AdService.setAdRequestGlobalParameter(
AdRequestGlobalParameters::cookiesAccess,
AdRequestGlobalParameters.CookiesAccess.NO_COOKIES
)
Content copied to clipboard
Use AdService.removeAdRequestGlobalParameter to reset the users choice.