The Children’s Online Privacy Protection Act (COPPA) is a law created to protect the privacy of children under the age of 13. The Act was passed by the U.S. Congress in 1998 and took effect in April 2000. COPPA is managed by the Federal Trade Commission (FTC).
To reflect other regional law requirements and App Stores' policies regarding data processing for children, InMobi treats children's privacy compliance holistically in the Publisher Dashboard.
When a publisher adds their app or mobile website to the InMobi Publisher Dashboard, or at any time when using the platform, the publisher is responsible for indicating to InMobi when their inventory is directed to children and ensuring they comply with the applicable law and App Stores developer policies.
Children's privacy compliance is handled at the app level in the InMobi Publisher Dashboard. By turning the toggle on, you are confirming that your app is directed at children under the age of 16 or to a general audience which may include children under the age of 16. In addition, you are confirming that it complies with the Children's Online Privacy Protection Act and other applicable regulations, which include terms on children's privacy.
With InMobi, you can now define your app's audience accurately. If your app is directed to both children and adults, you can declare the app as a Mixed Audience App in two simple steps:
Define Your App Audience: Select the desired setting on the InMobi Publisher Dashboard. To find this prompt and declare an accurate audience for your app, navigate to Inventory Settings >> Add Inventory for new apps and App Details >> Edit App Settings for existing apps.
If you have integrated via InMobi SDK, you should call the InMobiSdk.setIsAgeRestricted
API. If you pass the value as True, your request will be treated as child-directed. The default value is False.
Android:
InMobiSdk.setIsAgeRestricted(false) // possible value are true, false
InMobiSdk.setIsAgeRestricted(false) // possible value are true, false;
iOS:
[IMSdk setIsAgeRestricted: false]; // possible value are true, false
IMSdk. setIsAgeRestricted(false) // possible value are true, false
If you have integrated via API, you should pass the OBJECT: Regs to InMobi.
Parameter | Scope | Type | Description |
---|---|---|---|
coppa | Optional | integer | Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes. |
ext | Optional | object | Placeholder for exchange-specific extensions to OpenRTB. |
ext.gdpr | Optional | integer | Indicates whether the request is subject to GDPR, where 0 = No, 1 = Yes. |
You should complete both steps to support a mixed audience monetization setup.
You can read more about InMobi’s COPPA compliance here. For any queries or concerns, you can contact your InMobi Account Manager or write us at privacy@inmobi.com.
By installing this SDK update, you agree that your Children Privacy Compliance setting remains accurate or that you will update that setting, whenever there is a change in your app's audience. You may update the app's Children Privacy Compliance settings at https://publisher.inmobi.com/my-inventory/app-and-placements.