REST Resource: creativeFields

Resource: CreativeField

Contains properties of a creative field.

JSON representation
{
  "id": string,
  "accountId": string,
  "subaccountId": string,
  "advertiserId": string,
  "name": string,
  "advertiserIdDimensionValue": {
    object (DimensionValue)
  },
  "kind": string
}
Fields
id

string (int64 format)

ID of this creative field. This is a read-only, auto-generated field.

accountId

string (int64 format)

Account ID of this creative field. This is a read-only field that can be left blank.

subaccountId

string (int64 format)

Subaccount ID of this creative field. This is a read-only field that can be left blank.

advertiserId

string (int64 format)

Advertiser ID of this creative field. This is a required field on insertion.

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.

advertiserIdDimensionValue

object (DimensionValue)

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#creativeField"

.

Methods

delete

Deletes an existing creative field.

get

Gets one creative field by ID.

insert

Inserts a new creative field.

list

Retrieves a list of creative fields, possibly filtered.

patch

Updates an existing creative field.

update

Updates an existing creative field.