-
Notifications
You must be signed in to change notification settings - Fork 8
US Privacy
Vladas Drejeris edited this page Jun 4, 2021
·
2 revisions
By default Adform Advertising SDK will check CMP settings to get US Privacy value. More information about this can be found here:
It is also possible to set US Privacy value manually. You can do this using setUSPrivacy:
method.
Example:
Swift
AdformSDK.setUSPrivacy("US_PRIVACY")
Objective-C
[AdformSDK setUSPrivacy:@"US_PRIVACY"];
Basic integrations
- Integrating Inline Ad
- Integrating Full Screen Overlay Ad
- Integrating AdHesion Ad
- Integrating Interstitial Ad
- Video Ad Integration
- Debug mode
- Troubleshooting
Advanced integrations
- Advanced Inline Ad Integration
- Integrating Inline Ads in UITableView
- Advanced Full Screen Overlay Ad Integration
- Advanced Interstitial Ad Integration
- Instream Video Ads
Other
- Adding Custom Values
- Adding Keywords
- Adding Key Value Pairs
- Adding Search Words
- Location Tracking
- Security
- Ad Tags
- Header Bidding
- Changing ADX Domain
- Specifying banner loading behaviour
- Customizing in app browser
- GDPR
- US Privacy
- Localization
- In app deeplinks
Mediation adapters