COPPA
For purposes of the Children's Online Privacy Protection Act (COPPA) there is a setting called childDirectedTreatment. If your app is designed for kids you can disable sending user data to ad networks by calling the method below.
Should be called before the SDK initialization:
- UPM Distribution
- Manual Distribution
Appodeal.SetChildDirectedTreatment(bool value);
Call SetChildDirectedTreatment()
method with true
to indicate that you want your content treated as child-directed
for purposes of COPPA.
Call SetChildDirectedTreatment()
method with false
to indicate that you don't want your content treated as
child-directed for purposes of COPPA.
Appodeal.setChildDirectedTreatment(bool value);
Call setChildDirectedTreatment()
method with true
to indicate that you want your content treated as child-directed
for purposes of COPPA.
Call setChildDirectedTreatment()
method with false
to indicate that you don't want your content treated as
child-directed for purposes of COPPA.