Prebid Mobile provides API for app publishers to use with the Framework. This API allow you to:
This information will be persisted by Prebid Mobile and will be added to each ad call to the demand partners.
Publishers/Consent Management Platforms (CMPs) are free to store these values in an UserDefaults
/SharedPreferences
interface (as defined by IAB Tech Lab - CMP API v2) instead of passing them via the new APIs, and Prebid SDK will read the values as a fallback. The consent API’s will check for TCF2.0 params -IABTCF_gdprApplies
and IABTCF_TCString
.
Publishers are responsible for providing notice, transparency and choice and collecting consent from their users in accordance with the Framework policies, either using their own CMP or working with a vendor.
All vendor SDKs (including mediation SDKs) are responsible for looking up approved vendor and consent information on their own.
To ensure proper monetization and relevant targeting, the SDK should be enabled to send the device information. Setting the consentRequired and purposeConsents flag correctly will help ensure proper device information is sent. The table below provides information on:
deviceAccessConsent= true | deviceAccessConsent= false | deviceAccessConsent= undefined | |
---|---|---|---|
consentRequired=false (gdprApplies = false) |
The SDK will read and pass IDFA/AAID info to server. | The SDK will not read and pass IDFA/AAID info to server. | The SDK will read and pass IDFA/AAID info to server. |
consentRequired=true (gdprApplies = true) |
The SDK will read and pass IDFA/AAID info to server. | The SDK will not read and pass IDFA/AAID info to server. | The SDK will not read and pass IDFA/AAID info to server. |
consentRequired=undefined (gdprApplies = undefined) |
The SDK will read and pass IDFA/AAID info to server. | The SDK will not read and pass IDFA/AAID info to server. | The SDK will read and pass IDFA/AAID info to server. |
gdprApplies
in Targeting.shared.subjectToGDPR
and purposeConsent
in Targeting.shared.purposeConsents
.
Prebid mobile supports the IAB US Privacy signal implementation for CCPA. Publishers will be required perform the following actions:
UserDefaults
for iOS or SharedPreferences
for Android for persistent storage allowing access for vendors per IAB recommendationsPrebid SDK will:
UserDefaults
(iOS) or SharedPreferences
(Android) for US Privacy signal
IABUSPrivacy_String
, all other key names or spellings will be ignoredIABUSPrivacy_String
key is present with a non-empty string value, the Prebid SDK will relay the privacy string to Prebid Server in the regs.ext.us_privacy
extentionIt is worth noting Prebid Server will be a passthrough as well and will not validate format or correctness of US Privacy signal nor strip any user data from the request either, even if the presence of an opt out.