-
Notifications
You must be signed in to change notification settings - Fork 6
Privacy
rprunskas edited this page Jul 15, 2020
·
1 revision
By default Adform Advertising SDK will check CMP settings and use that information. More information about this here
It is possible to set GDPR and GDPR consent manually. You need to use setGdpr(boolean)
and setGdprConsent(consent)
methods. For Gdpr consent you need to set base64-encoded string.
Example:
AdformSDK.setGdpr(true);
AdformSDK.setGdprConsent(Base64.encodeToString("GgdprConsent".getBytes(), Base64.NO_WRAP));
You can use this method to manually set the US Privacy value. This value is not persisted between app launches. You can pass in null to clear a previously set value.
Example:
AdformSDK.setUSPrivacy("1---");
Basic integrations
- Integrating Inline Ad
- Integrating Full Screen Overlay Ad
- Integrating Interstitial Ad
- Integrating Adhesion Ad
- Video Ad Integration
Advanced integrations
- Advanced integration of Inline Ad
- Advanced integration of Full Screen Overlay Ad
- Advanced integration of Interstitial Ad
- Advanced integration of Adhesion Ad
- Advanced integration of AdInline ListView
- Advanced integration of AdInline RecyclerView
- Instream video ads integration
Other
- Adding Custom Values
- Adding Keywords
- Adding Key Value Pairs
- Adding Search Words
- Location
- Security
- Ad Tags
- Header Bidding
- Changing ADX domain
- Specifying banner loading behaviour
- GDPR
- Logs
Mediation adapters
Plugins