REST Resource: networks.taxonomyCategories

Resource: TaxonomyCategory

The TaxonomyCategory resource.

JSON representation
{
  "name": string,
  "taxonomyCategoryId": string,
  "displayName": string,
  "groupingOnly": boolean,
  "parentTaxonomyCategoryId": string,
  "taxonomyType": enum (TaxonomyType),
  "ancestorNames": [
    string
  ],
  "ancestorTaxonomyCategoryIds": [
    string
  ]
}
Fields
name

string

Identifier. The resource name of the TaxonomyCategory. Format: networks/{networkCode}/taxonomyCategories/{taxonomyCategoryId}

taxonomyCategoryId

string (int64 format)

Output only. TaxonomyCategory ID.

displayName

string

Output only. Display name of the TaxonomyCategory.

groupingOnly

boolean

Output only. Whether this TaxonomyCategory only serves to group its children.

parentTaxonomyCategoryId

string (int64 format)

Output only. The ID of the parent category this TaxonomyCategory descends from.

taxonomyType

enum (TaxonomyType)

Output only. The taxonomy that this TaxonomyCategory belongs to.

ancestorNames[]

string

Output only. The list of names of the ancestors of this TaxonomyCategory.

ancestorTaxonomyCategoryIds[]

string (int64 format)

Output only. The list of IDs of the ancestors of this TaxonomyCategory.

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

get

API to retrieve a TaxonomyCategory object.

list

API to retrieve a list of TaxonomyCategory objects.