ParentalStatus

  • This system uses specific values to categorize the parental status of an audience.

  • The options include parent, not a parent, and unknown, along with a default "unspecified" value for cases where parental status is not yet determined.

  • The "unspecified" value acts as a placeholder and doesn't represent an actual parental status.

Possible parental statuses.

Enums
PARENTAL_STATUS_UNSPECIFIED Default value when parental status is not specified in this version. This enum is a place holder for default value and does not represent a real parental status option.
PARENTAL_STATUS_PARENT The audience is a parent.
PARENTAL_STATUS_NOT_A_PARENT The audience is not a parent.
PARENTAL_STATUS_UNKNOWN The parental status of the audience is unknown.