Skip to main content

content_categories

Overview

Namecontent_categories
TypeResource
Idgoogleads.dfareporting.content_categories

Fields

NameDatatypeDescription
idstringID of this content category. This is a read-only, auto-generated field.
namestringName of this content category. This is a required field and must be less than 256 characters long and unique among content categories of the same account.
accountIdstringAccount ID of this content category. This is a read-only field that can be left blank.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#contentCategory".

Methods

NameAccessible byRequired ParamsDescription
contentCategories_getSELECTid, profileIdGets one content category by ID.
contentCategories_listSELECTprofileIdRetrieves a list of content categories, possibly filtered. This method supports paging.
contentCategories_deleteDELETEid, profileIdDeletes an existing content category.
contentCategories_insertEXECprofileIdInserts a new content category.
contentCategories_patchEXECid, profileIdUpdates an existing content category. This method supports patch semantics.
contentCategories_updateEXECprofileIdUpdates an existing content category.