子どもを持つ視聴者
タイプ名: ParentAudience
PeopleAudience を拡張します
氏名 |
型 |
説明 |
#childMaxAge |
Number |
子供の最大年齢。 |
ChildMinAge |
Number |
お子様の最低年齢。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 UTC。"],[[["The `ParentAudience` type is used to target email recipients who are parents with children within a specified age range."],["It extends the `PeopleAudience` type and includes properties to define the minimum and maximum age of the child."]]],["The `ParentAudience` type, which extends `PeopleAudience`, defines an audience based on the age of children. It includes two properties: `childMaxAge`, representing the maximum age of a child, and `childMinAge`, representing the minimum age of a child. Both properties use the `Number` type to define the ages. These properties allow specification of an age range.\n"]]