Patch
|
|||||
|
|
Updates an existing creative field value. This method supports patch semantics
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns
Input
This building block consumes 6 input parameters
Name | Format | Description |
---|---|---|
profileId Required |
INTEGER |
User profile ID associated with this request |
creativeFieldId Required |
INTEGER |
Creative field ID for this creative field value |
id Required |
INTEGER |
Creative Field Value ID |
id |
INTEGER |
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 |
= Parameter name
= Format
profileId INTEGER Required User profile ID associated with this request |
creativeFieldId INTEGER Required Creative field ID for this creative field value |
id INTEGER Required Creative Field Value ID |
id INTEGER 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 |
Output
This building block provides 3 output parameters
Name | Format | Description |
---|---|---|
id |
INTEGER |
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 |
= Parameter name
= Format
id INTEGER 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 |