# Flag End-User as a Child

The `IsChild` API helps publishers comply with age-related policies such as [COPPA](https://www.ftc.gov/legal-library/browse/rules/childrens-online-privacy-protection-rule-coppa), [GDPR](https://gdpr-info.eu/), and [Google Play’s Families Ads Program](https://support.google.com/googleplay/android-developer/answer/9893335?sjid=16517989369363894084-EU).

This API enables publishers to flag certain users as children. Children refers to individuals under a certain age, as defined under applicable data privacy laws.

{% hint style="info" %}
Available from DT FairBid SDK v.3.33.1 and later.
{% endhint %}

## Calling the API <a href="#h_01je3b4x8yrvev0w0h3nf9nra6" id="h_01je3b4x8yrvev0w0h3nf9nra6"></a>

{% hint style="warning" %}
You must call this API before you initialize the SDK.
{% endhint %}

When you call this API, the [FairBid SDK](https://docs.digitalturbine.com/dt-fairbid/fairbid-sdk) triggers the respective APIs on the mediated networks that support it:

* Privacy related APIs
* APIs for not tracking the ad ID (in compliance with Google Family program policies)

The [Regulatory Compliance for Mediated Networks](https://docs.digitalturbine.com/dt-fairbid/privacy/regulatory-compliance-for-mediated-networks) table outlines network compliance levels. This information helps to determine which networks are suitable for the app. It outlines any additional steps required to ensure compliance with applicable laws, mediated network policies, and Play Store policies.

For detailed guidance on calling the API, see [Setting User as Child](https://docs.digitalturbine.com/dt-fairbid/fairbid-sdk/sdk-reference/advanced-initialization-options#setting-user-as-child).
