Privacy compliance

Ogury fully supports the IAB Europe Transparency & Consent Framework (TCF) v2, enabling publishers and advertisers to effectively manage and respect user consent in full compliance with GDPR requirements.

If you implement a Consent Management Platform (CMP) that adheres to IAB TCF v2 for your user consent flow, Ogury automatically reads the TCF v2 consent string from NSUserDefaults, so no any additional configuration is required on your part.

The following key is used to access the consent string:

NameData typeDescription

IABTCF_TCString

String

Full encoded TC string

IAB Global Privacy Platform (GPP)

Ogury fully supports the IAB Global Privacy Platform (GPP), allowing publishers and advertisers to manage user consent and privacy preferences across multiple regulations, including GDPR, CCPA, and others.

If you implement a Consent Management Platform (CMP) that complies with the IAB GPP for your user consent flow, Ogury automatically reads the GPP consent strings from NSUserDefaults, so no any additional configuration is required on your part.

The following keys are used to access the consent strings:

NameData typeDescription

IABGPP_HDR_GppString

String

Full consent string in its encoded form.

IABGPP_GppSID

String

Section ID(s) considered to be in force.

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, use the following code to set the opt-out preference:

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

If you are a mediation partner, you can set the opt-out preference with this code:

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

Apple privacy manifest

The Apple privacy manifest outlines the data collected by your app or any third-party SDK. The Ogury SDK 5.0.0 and above complies with this requirement, allowing your app to automatically receive the Privacy Manifest file for Ogury. To explore the responses to the Apple privacy survey regarding the Ogury SDK, visit the Apple privacy survey page.

Last updated