Comment on page
FAQ
- Minimum iOS version : iOS 10
- Minimum Xcode version : 11
Q: What is the minimum version of CocoaPods?
- Minimum CocoaPods version : 1.10.0
Yes. Once the previous ad has been closed, you can call
load
to load another ad.No. You are responsible to load the ad using the dedicated
load
methodThe EULA (End User Licence Agreement) is Ogury's default consent collection system. It allows new users to express their choice on the ad targeting and personal data collection, for Ogury and its partner, in order to maximize your revenue. It is delivered as the first ad for each new user without any additional integration than Monetization one.
A vendor is a third-party entity:
- that accesses an end user's device or browser and collects personal data.
- that receives end user's personal data and processes them.
Ogury vendor list is a structured JSON file. It contains a map
vendors
containing all vendors currently supported by Ogury Choice Manager. The key in the vendors
map correspond to the id
associated to the vendor.Example: If you look for Ogury in the vendor list, you find the following entry:
{
id: 278,
name: "Ogury Ltd.",
policyUrl: "https://www.ogury.com/privacy-policy/",
source: "iab",
sourceId: 31,
}
The id for Ogury is:
278
.You can reset your
IDFA
in Settings > Privacy > Advertising.Ogury SDK will consider you as a new user and will display the consent notice to gather your consent on the next call to
ask
.If you have activate the 'Show the consent notice only in the European area' option in your Consent settings. The Ogury SDK will behave as following for user localized outside of European area:
ask
oredit
methods will never display any consent notice.response
completion block will always be called withFULL_APPROVAL
answer.isAccepted
andisPurposeAccepted
will return true for every vendor/purpose.
Choice Manager determines the country of the user by using the IP. In order to fake your location inside the GDPR area and see the consent notice, you can use a VPN solution.
Yes. Ogury Choice Manager caches the user consent for a few hours to avoid hitting the network every times your application starts.
If you have any trouble during you integration please contact Ogury support team: [email protected].
Last modified 1yr ago