CreativeFieldValues
class CreativeFieldValues extends Resource (View source)
The "creativeFieldValues" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$creativeFieldValues = $dfareportingService->creativeFieldValues;
Methods
Deletes an existing creative field value. (creativeFieldValues.delete)
Gets one creative field value by ID. (creativeFieldValues.get)
Inserts a new creative field value. (creativeFieldValues.insert)
Retrieves a list of creative field values, possibly filtered. This method supports paging. (creativeFieldValues.listCreativeFieldValues)
Updates an existing creative field value. This method supports patch semantics. (creativeFieldValues.patch)
Updates an existing creative field value. (creativeFieldValues.update)
Details
delete(string $profileId, string $creativeFieldId, string $id, array $optParams = [])
Deletes an existing creative field value. (creativeFieldValues.delete)
CreativeFieldValue
get(string $profileId, string $creativeFieldId, string $id, array $optParams = [])
Gets one creative field value by ID. (creativeFieldValues.get)
CreativeFieldValue
insert(string $profileId, string $creativeFieldId, CreativeFieldValue $postBody, array $optParams = [])
Inserts a new creative field value. (creativeFieldValues.insert)
CreativeFieldValuesListResponse
listCreativeFieldValues(string $profileId, string $creativeFieldId, array $optParams = [])
Retrieves a list of creative field values, possibly filtered. This method supports paging. (creativeFieldValues.listCreativeFieldValues)
CreativeFieldValue
patch(string $profileId, string $creativeFieldId, string $id, CreativeFieldValue $postBody, array $optParams = [])
Updates an existing creative field value. This method supports patch semantics. (creativeFieldValues.patch)
CreativeFieldValue
update(string $profileId, string $creativeFieldId, CreativeFieldValue $postBody, array $optParams = [])
Updates an existing creative field value. (creativeFieldValues.update)