class CreativeFieldValues extends Resource (View source)

The "creativeFieldValues" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $creativeFieldValues = $dfareportingService->creativeFieldValues;

Methods

delete(string $profileId, string $creativeFieldId, string $id, array $optParams = [])

Deletes an existing creative field value. (creativeFieldValues.delete)

get(string $profileId, string $creativeFieldId, string $id, array $optParams = [])

Gets one creative field value by ID. (creativeFieldValues.get)

insert(string $profileId, string $creativeFieldId, CreativeFieldValue $postBody, array $optParams = [])

Inserts a new creative field value. (creativeFieldValues.insert)

listCreativeFieldValues(string $profileId, string $creativeFieldId, array $optParams = [])

Retrieves a list of creative field values, possibly filtered. This method supports paging. (creativeFieldValues.listCreativeFieldValues)

patch(string $profileId, string $creativeFieldId, string $id, CreativeFieldValue $postBody, array $optParams = [])

Updates an existing creative field value. This method supports patch semantics. (creativeFieldValues.patch)

update(string $profileId, string $creativeFieldId, CreativeFieldValue $postBody, array $optParams = [])

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)

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.

Exceptions

Exception

CreativeFieldValue get(string $profileId, string $creativeFieldId, string $id, array $optParams = [])

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 Value

CreativeFieldValue

Exceptions

Exception

CreativeFieldValue insert(string $profileId, string $creativeFieldId, CreativeFieldValue $postBody, array $optParams = [])

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.

CreativeFieldValue $postBody
array $optParams

Optional parameters.

Return Value

CreativeFieldValue

Exceptions

Exception

CreativeFieldValuesListResponse listCreativeFieldValues(string $profileId, string $creativeFieldId, array $optParams = [])

Retrieves a list of creative field values, possibly filtered. This method supports paging. (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.

Return Value

CreativeFieldValuesListResponse

Exceptions

Exception

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)

Parameters

string $profileId

User profile ID associated with this request.

string $creativeFieldId

CreativeField ID.

string $id

CreativeFieldValue ID.

CreativeFieldValue $postBody
array $optParams

Optional parameters.

Return Value

CreativeFieldValue

Exceptions

Exception

CreativeFieldValue update(string $profileId, string $creativeFieldId, CreativeFieldValue $postBody, array $optParams = [])

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.

CreativeFieldValue $postBody
array $optParams

Optional parameters.

Return Value

CreativeFieldValue

Exceptions

Exception