AI-generated Key Takeaways
-
The TaxonomyCategory resource is used to represent categories within a taxonomy.
-
Each TaxonomyCategory has fields such as name, display name, ancestor names, and taxonomy type.
-
Taxonomy types define the specific taxonomy standard being used, such as IAB Audience or IAB Content.
-
There are methods available to get a specific TaxonomyCategory or list multiple TaxonomyCategory objects.
Resource: TaxonomyCategory
The TaxonomyCategory
resource.
| JSON representation |
|---|
{
"name"
:
string
,
"ancestorNames"
:
[
string
]
,
"ancestorTaxonomyCategoryIds"
:
[
string
]
,
"taxonomyCategoryId"
:
string
,
"displayName"
:
string
,
"groupingOnly"
:
boolean
,
"parentTaxonomyCategoryId"
:
string
,
"taxonomyType"
:
enum (
|
| Fields | |
|---|---|
name
|
Identifier. The resource name of the |
ancestorNames[]
|
Output only. The list of names of the ancestors of this |
ancestorTaxonomyCategoryIds[]
|
Output only. The list of IDs of the ancestors of this |
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 |
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. |

