Resource: TaxonomyCategory
The TaxonomyCategory
resource.
JSON representation |
---|
{
"name": string,
"taxonomyCategoryId": string,
"displayName": string,
"groupingOnly": boolean,
"parentTaxonomyCategoryId": string,
"taxonomyType": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the |
taxonomyCategoryId |
Output only. |
displayName |
Output only. Display name of the |
groupingOnly |
Output only. Whether this |
parentTaxonomyCategoryId |
Output only. The ID of the parent category this |
taxonomyType |
Output only. The taxonomy that this |
ancestorNames[] |
Output only. The list of names of the ancestors of this |
ancestorTaxonomyCategoryIds[] |
Output only. The list of IDs of the ancestors of this |
TaxonomyType
The taxonomy type of the IAB defined taxonomies. Used for Publisher provided signals.
Enums | |
---|---|
TAXONOMY_TYPE_UNSPECIFIED |
Unspecified/not present |
TAXONOMY_IAB_AUDIENCE_1_1 |
The IAB Audience Taxonomy v1.1. |
TAXONOMY_IAB_CONTENT_2_1 |
The IAB Content Taxonomy v2.1. |
TAXONOMY_IAB_CONTENT_2_2 |
The IAB Content Taxonomy v2.2. |
TAXONOMY_IAB_CONTENT_3_0 |
The IAB Content Taxonomy v3.0. |
TAXONOMY_GOOGLE_STRUCTURED_VIDEO_1_0 |
The PPS structured video signals taxonomy. |
Methods |
|
---|---|
|
API to retrieve a TaxonomyCategory object. |
|
API to retrieve a list of TaxonomyCategory objects. |