LogoLogo
  • Getting started
  • Migration guide
  • Test your implementation
  • Release notes
  • AD FORMATS
    • Interstitial
    • Rewarded
    • Small Banner / MREC
    • Thumbnail
  • Privacy
    • Privacy compliance
    • Apple privacy survey
  • HELP
    • Help center
Powered by GitBook
On this page
  • IAB Europe Transparency & Consent Framework (TCF) v2
  • IAB Global Privacy Platform (GPP)
  • Boolean opt-out choice in United States
  • Apple privacy manifest

Was this helpful?

  1. Privacy

Privacy compliance

Last updated 6 months ago

Was this helpful?

IAB Europe Transparency & Consent Framework (TCF) v2

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:

Name
Data type
Description

IABTCF_TCString

String

Full encoded TC string

IAB Global Privacy Platform (GPP)

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:

Name
Data type
Description

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
[Ogury setPrivacyData:@"us_optout" boolean:YES]; // 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
[Ogury setPrivacyData:@"us_optout_partner" boolean:YES]; // To opt out

Apple privacy manifest

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.

IAB Europe Transparency & Consent Framework (TCF) v2
IAB Global Privacy Platform (GPP)
Apple privacy manifest
Apple privacy survey