Skip to main content

creative_field_values

Overview

Namecreative_field_values
TypeResource
Idgoogleads.dfareporting.creative_field_values

Fields

NameDatatypeDescription
idstringID of this creative field value. This is a read-only, auto-generated field.
valuestringValue of this creative field value. It needs to be less than 256 characters in length and unique per creative field.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#creativeFieldValue".

Methods

NameAccessible byRequired ParamsDescription
creativeFieldValues_getSELECTcreativeFieldId, id, profileIdGets one creative field value by ID.
creativeFieldValues_listSELECTcreativeFieldId, profileIdRetrieves a list of creative field values, possibly filtered. This method supports paging.
creativeFieldValues_deleteDELETEcreativeFieldId, id, profileIdDeletes an existing creative field value.
creativeFieldValues_insertEXECcreativeFieldId, profileIdInserts a new creative field value.
creativeFieldValues_patchEXECcreativeFieldId, id, profileIdUpdates an existing creative field value. This method supports patch semantics.
creativeFieldValues_updateEXECcreativeFieldId, profileIdUpdates an existing creative field value.