creative_fields
Overview
Name | creative_fields |
Type | Resource |
Id | googleads.dfareporting.creative_fields |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of this creative field. This is a read-only, auto-generated field. |
name | string | Name 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. |
subaccountId | string | Subaccount ID of this creative field. This is a read-only field that can be left blank. |
accountId | string | Account ID of this creative field. This is a read-only field that can be left blank. |
advertiserId | string | Advertiser ID of this creative field. This is a required field on insertion. |
advertiserIdDimensionValue | object | Represents a DimensionValue resource. |
kind | string | Identifies what kind of resource this is. Value: the fixed string "dfareporting#creativeField". |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
creativeFields_get | SELECT | id, profileId | Gets one creative field by ID. |
creativeFields_list | SELECT | profileId | Retrieves a list of creative fields, possibly filtered. This method supports paging. |
creativeFields_delete | DELETE | id, profileId | Deletes an existing creative field. |
creativeFields_insert | EXEC | profileId | Inserts a new creative field. |
creativeFields_patch | EXEC | id, profileId | Updates an existing creative field. This method supports patch semantics. |
creativeFields_update | EXEC | profileId | Updates an existing creative field. |