The Campaign Manager 360 API v3.5 is deprecated and will be sunset on Apr 20, 2023. All users must migrate to a newer API version by that date.

REST Resource: creativeFieldValues

Stay organized with collections Save and categorize content based on your preferences.

Resource: CreativeFieldValue

Contains properties of a creative field value.

JSON representation
{
  "kind": string,
  "id": string,
  "value": string
}
Fields
kind

string

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

"dfareporting#creativeFieldValue"

.

id

string (int64 format)

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

value

string

Value of this creative field value. It needs to be less than 256 characters in length and unique per creative field.

Methods

delete

Deletes an existing creative field value.

get

Gets one creative field value by ID.

insert

Inserts a new creative field value.

list

Retrieves a list of creative field values, possibly filtered.

patch

Updates an existing creative field value.

update

Updates an existing creative field value.