Skip to content
Vladas Drejeris edited this page Jun 4, 2021 · 2 revisions

Setting US Privacy

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"];
Clone this wiki locally