The "creativeFieldValues" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($profileId, $creativeFieldId, $id, $optParams=array()) |
| Deletes an existing creative field value.
|
|
| get ($profileId, $creativeFieldId, $id, $optParams=array()) |
| Gets one creative field value by ID.
|
|
| insert ($profileId, $creativeFieldId, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams=array()) |
| Inserts a new creative field value.
|
|
| listCreativeFieldValues ($profileId, $creativeFieldId, $optParams=array()) |
| Retrieves a list of creative field values, possibly filtered.
|
|
| patch ($profileId, $creativeFieldId, $id, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams=array()) |
| Updates an existing creative field value.
|
|
| update ($profileId, $creativeFieldId, Google_Service_Dfareporting_CreativeFieldValue $postBody, $optParams=array()) |
| Updates an existing creative field value.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "creativeFieldValues" collection of methods.
Typical usage is: $dfareportingService = new Google_Service_Dfareporting(...); $creativeFieldValues = $dfareportingService->creativeFieldValues;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_Dfareporting_CreativeFieldValues_Resource::delete |
( |
| $profileId, |
|
|
| $creativeFieldId, |
|
|
| $id, |
|
|
| $optParams = array() ) |
Deletes an existing creative field value.
(creativeFieldValues.delete)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $creativeFieldId | Creative field ID for this creative field value. |
string | $id | Creative Field Value ID |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Dfareporting_CreativeFieldValues_Resource::get |
( |
| $profileId, |
|
|
| $creativeFieldId, |
|
|
| $id, |
|
|
| $optParams = array() ) |
Gets one creative field value by ID.
(creativeFieldValues.get)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $creativeFieldId | Creative field ID for this creative field value. |
string | $id | Creative Field Value ID |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Inserts a new creative field value.
(creativeFieldValues.insert)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $creativeFieldId | Creative field ID for this creative field value. |
Google_CreativeFieldValue | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listCreativeFieldValues()
Google_Service_Dfareporting_CreativeFieldValues_Resource::listCreativeFieldValues |
( |
| $profileId, |
|
|
| $creativeFieldId, |
|
|
| $optParams = array() ) |
Retrieves a list of creative field values, possibly filtered.
(creativeFieldValues.listCreativeFieldValues)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $creativeFieldId | Creative field ID for this creative field value. |
array | $optParams | Optional parameters. |
@opt_param string searchString Allows searching for creative field values by their values. Wildcards (e.g. *) are not allowed. @opt_param string pageToken Value of the nextPageToken from the previous result page. @opt_param string sortField Field by which to sort the list. @opt_param string ids Select only creative field values with these IDs. @opt_param int maxResults Maximum number of results to return. @opt_param string sortOrder Order of sorted results, default is ASCENDING.
- Return values
-
◆ patch()
Updates an existing creative field value.
This method supports patch semantics. (creativeFieldValues.patch)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $creativeFieldId | Creative field ID for this creative field value. |
string | $id | Creative Field Value ID |
Google_CreativeFieldValue | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing creative field value.
(creativeFieldValues.update)
- Parameters
-
string | $profileId | User profile ID associated with this request. |
string | $creativeFieldId | Creative field ID for this creative field value. |
Google_CreativeFieldValue | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Dfareporting.php