Skip to content

RequestConfiguration.TagForChildDirectedTreatment

Indicates whether ad requests should be treated as child-directed for COPPA compliance. Defined inside the RequestConfiguration class.

Values

# Access via RequestConfiguration.TagForChildDirectedTreatment
enum TagForChildDirectedTreatment {
    UNSPECIFIED = -1,
    FALSE = 0,
    TRUE = 1
}
public enum TagForChildDirectedTreatment
{
    Unspecified = -1,
    False = 0,
    True = 1
}