Package com.inmobi.compliance
Object InMobiPrivacyCompliance
-
- All Implemented Interfaces:
public class InMobiPrivacyCompliance
Settings related to compliance of different Privacy Laws around the world.
Currently handles US Privacy Laws (CCPA/CPRA)
-
-
Field Summary
Fields Modifier and Type Field Description public final static InMobiPrivacyCompliance
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Unit
setDoNotSell(Boolean doNotSell)
Flag that represents user's consent for sale of personal data for Ad targeting purposes. final static Unit
setUSPrivacyString(String privacyString)
When using OpenRTB, bidders need to know whether personal data in a bid request is subject to the California Consumer Privacy Act (CCPA) so they can respond accordingly. -
-
Method Detail
-
setDoNotSell
final static Unit setDoNotSell(Boolean doNotSell)
Flag that represents user's consent for sale of personal data for Ad targeting purposes.
- Parameters:
doNotSell
-true - user has not given consent for using any personal data
-
setUSPrivacyString
final static Unit setUSPrivacyString(String privacyString)
When using OpenRTB, bidders need to know whether personal data in a bid request is subject to the California Consumer Privacy Act (CCPA) so they can respond accordingly. IAB Tech Lab developed the US Privacy String to store privacy and choice signals in compliance with CCPA.
- Parameters:
privacyString
-US privacy string value according to oRTB standards.
-
-
-
-