US Opt-out Choice

Boolean opt-out choice in United States

Ogury supports the boolean opt-out choice for users residing in the United States, allowing them to easily decide whether to opt out of advertising. Ogury automatically processes this opt-out choice to ensure that user preferences are respected.

If you are a publisher

To apply the user's opt-out choice, use the following code:

Android

Ogury.setPrivacyData("us_optout", true)

iOS

Ogury.setPrivacyData("us_optout", boolean: true) // To opt out

If you are a mediation partner

Mediation partners can also propagate the user’s opt-out preference using the following key:

Android

Ogury.setPrivacyData("us_optout_partner", true)

iOS

Ogury.setPrivacyData("us_optout_partner", boolean: true) // To opt out

Last updated

Was this helpful?