PeopleAudience
Type name: PeopleAudience
Extends Audience
Name |
Type |
Description |
healthCondition |
MedicalCondition |
Expectations for health conditions of target audience. |
requiredGender |
Text |
Audiences defined by a person's gender. |
requiredMaxAge |
Integer |
Audiences defined by a person's maximum age. |
requiredMinAge |
Integer |
Audiences defined by a person's minimum age. |
suggestedGender |
Text |
The gender of the person or audience. |
suggestedMaxAge |
Number |
Maximal age recommended for viewing content. |
suggestedMinAge |
Number |
Minimal age recommended for viewing content. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`PeopleAudience` extends the `Audience` type and allows for defining target audiences based on demographic and health factors."],["It includes fields to specify required or suggested age and gender for the audience."],["`PeopleAudience` utilizes `MedicalCondition` to define expectations for health conditions within the target audience."],["Age parameters can be set using `requiredMaxAge`, `requiredMinAge`, `suggestedMaxAge`, and `suggestedMinAge`."],["Gender can be defined through `requiredGender` and `suggestedGender` fields."]]],[]]