Skip to main content

creative_fields

Overview

Namecreative_fields
TypeResource
Idgoogleads.dfareporting.creative_fields

Fields

NameDatatypeDescription
idstringID of this creative field. This is a read-only, auto-generated field.
namestringName of this creative field. This is a required field and must be less than 256 characters long and unique among creative fields of the same advertiser.
subaccountIdstringSubaccount ID of this creative field. This is a read-only field that can be left blank.
accountIdstringAccount ID of this creative field. This is a read-only field that can be left blank.
advertiserIdstringAdvertiser ID of this creative field. This is a required field on insertion.
advertiserIdDimensionValueobjectRepresents a DimensionValue resource.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#creativeField".

Methods

NameAccessible byRequired ParamsDescription
creativeFields_getSELECTid, profileIdGets one creative field by ID.
creativeFields_listSELECTprofileIdRetrieves a list of creative fields, possibly filtered. This method supports paging.
creativeFields_deleteDELETEid, profileIdDeletes an existing creative field.
creativeFields_insertEXECprofileIdInserts a new creative field.
creativeFields_patchEXECid, profileIdUpdates an existing creative field. This method supports patch semantics.
creativeFields_updateEXECprofileIdUpdates an existing creative field.