class RemarketingLists extends Resource (View source)

The "remarketingLists" collection of methods.

Typical usage is:

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

Methods

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

Gets one remarketing list by ID. (remarketingLists.get)

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

Inserts a new remarketing list. (remarketingLists.insert)

listRemarketingLists(string $profileId, string $advertiserId, array $optParams = [])

Retrieves a list of remarketing lists, possibly filtered. This method supports paging. (remarketingLists.listRemarketingLists)

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

Updates an existing remarketing list. This method supports patch semantics.

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

Updates an existing remarketing list. (remarketingLists.update)

Details

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

Gets one remarketing list by ID. (remarketingLists.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Remarketing list ID.

array $optParams

Optional parameters.

Return Value

RemarketingList

Exceptions

Exception

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

Inserts a new remarketing list. (remarketingLists.insert)

Parameters

string $profileId

User profile ID associated with this request.

RemarketingList $postBody
array $optParams

Optional parameters.

Return Value

RemarketingList

Exceptions

Exception

RemarketingListsListResponse listRemarketingLists(string $profileId, string $advertiserId, array $optParams = [])

Retrieves a list of remarketing lists, possibly filtered. This method supports paging. (remarketingLists.listRemarketingLists)

Parameters

string $profileId

User profile ID associated with this request.

string $advertiserId

Required. Select only remarketing lists owned by this advertiser.

array $optParams

Optional parameters.

Return Value

RemarketingListsListResponse

Exceptions

Exception

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

Updates an existing remarketing list. This method supports patch semantics.

(remarketingLists.patch)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Required. RemarketingList ID.

RemarketingList $postBody
array $optParams

Optional parameters.

Return Value

RemarketingList

Exceptions

Exception

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

Updates an existing remarketing list. (remarketingLists.update)

Parameters

string $profileId

User profile ID associated with this request.

RemarketingList $postBody
array $optParams

Optional parameters.

Return Value

RemarketingList

Exceptions

Exception