Skip to main content

creative_groups

Overview

Namecreative_groups
TypeResource
Idgoogleads.dfareporting.creative_groups

Fields

NameDatatypeDescription
idstringID of this creative group. This is a read-only, auto-generated field.
namestringName of this creative group. This is a required field and must be less than 256 characters long and unique among creative groups of the same advertiser.
accountIdstringAccount ID of this creative group. This is a read-only field that can be left blank.
advertiserIdstringAdvertiser ID of this creative group. This is a required field on insertion.
advertiserIdDimensionValueobjectRepresents a DimensionValue resource.
groupNumberintegerSubgroup of the creative group. Assign your creative groups to a subgroup in order to filter or manage them more easily. This field is required on insertion and is read-only after insertion. Acceptable values are 1 to 2, inclusive.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#creativeGroup".
subaccountIdstringSubaccount ID of this creative group. This is a read-only field that can be left blank.

Methods

NameAccessible byRequired ParamsDescription
creativeGroups_getSELECTid, profileIdGets one creative group by ID.
creativeGroups_listSELECTprofileIdRetrieves a list of creative groups, possibly filtered. This method supports paging.
creativeGroups_insertEXECprofileIdInserts a new creative group.
creativeGroups_patchEXECid, profileIdUpdates an existing creative group. This method supports patch semantics.
creativeGroups_updateEXECprofileIdUpdates an existing creative group.