For a list of methods for this resource, see the end of this page.
Resource representations
Contains properties of a creative field value.
{ "kind": "dfareporting#creativeFieldValue", "id": long, "value": string }
Property name | Value | Description | Notes |
---|---|---|---|
id |
long |
ID of this creative field value. This is a read-only, auto-generated field. | |
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#creativeFieldValue" . |
|
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. This method supports paging.
- patch
- Updates an existing creative field value. This method supports patch semantics.
- update
- Updates an existing creative field value.