Privacy compliance
Last updated
Was this helpful?
Last updated
Was this helpful?
Ogury fully supports the , 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:
IABTCF_TCString
String
Full encoded TC string
Ogury fully supports the , 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:
IABGPP_HDR_GppString
String
Full consent string in its encoded form.
IABGPP_GppSID
String
Section ID(s) considered to be in force.
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:
If you are a mediation partner, you can set the opt-out preference with this code:
The 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 page.