class ManagementRemarketingAudience extends Resource (View source)

The "remarketingAudience" collection of methods.

Typical usage is:

 $analyticsService = new Google\Service\Analytics(...);
 $remarketingAudience = $analyticsService->management_remarketingAudience;

Methods

delete(string $accountId, string $webPropertyId, string $remarketingAudienceId, array $optParams = [])

Delete a remarketing audience. (remarketingAudience.delete)

get(string $accountId, string $webPropertyId, string $remarketingAudienceId, array $optParams = [])

Gets a remarketing audience to which the user has access.

insert(string $accountId, string $webPropertyId, RemarketingAudience $postBody, array $optParams = [])

Creates a new remarketing audience. (remarketingAudience.insert)

listManagementRemarketingAudience(string $accountId, string $webPropertyId, array $optParams = [])

Lists remarketing audiences to which the user has access.

patch(string $accountId, string $webPropertyId, string $remarketingAudienceId, RemarketingAudience $postBody, array $optParams = [])

Updates an existing remarketing audience. This method supports patch semantics. (remarketingAudience.patch)

update(string $accountId, string $webPropertyId, string $remarketingAudienceId, RemarketingAudience $postBody, array $optParams = [])

Updates an existing remarketing audience. (remarketingAudience.update)

Details

delete(string $accountId, string $webPropertyId, string $remarketingAudienceId, array $optParams = [])

Delete a remarketing audience. (remarketingAudience.delete)

Parameters

string $accountId

Account ID to which the remarketing audience belongs.

string $webPropertyId

Web property ID to which the remarketing audience belongs.

string $remarketingAudienceId

The ID of the remarketing audience to delete.

array $optParams

Optional parameters.

Exceptions

Exception

RemarketingAudience get(string $accountId, string $webPropertyId, string $remarketingAudienceId, array $optParams = [])

Gets a remarketing audience to which the user has access.

(remarketingAudience.get)

Parameters

string $accountId

The account ID of the remarketing audience to retrieve.

string $webPropertyId

The web property ID of the remarketing audience to retrieve.

string $remarketingAudienceId

The ID of the remarketing audience to retrieve.

array $optParams

Optional parameters.

Return Value

RemarketingAudience

Exceptions

Exception

RemarketingAudience insert(string $accountId, string $webPropertyId, RemarketingAudience $postBody, array $optParams = [])

Creates a new remarketing audience. (remarketingAudience.insert)

Parameters

string $accountId

The account ID for which to create the remarketing audience.

string $webPropertyId

Web property ID for which to create the remarketing audience.

RemarketingAudience $postBody
array $optParams

Optional parameters.

Return Value

RemarketingAudience

Exceptions

Exception

RemarketingAudiences listManagementRemarketingAudience(string $accountId, string $webPropertyId, array $optParams = [])

Lists remarketing audiences to which the user has access.

(remarketingAudience.listManagementRemarketingAudience)

Parameters

string $accountId

The account ID of the remarketing audiences to retrieve.

string $webPropertyId

The web property ID of the remarketing audiences to retrieve.

array $optParams

Optional parameters.

Return Value

RemarketingAudiences

Exceptions

Exception

RemarketingAudience patch(string $accountId, string $webPropertyId, string $remarketingAudienceId, RemarketingAudience $postBody, array $optParams = [])

Updates an existing remarketing audience. This method supports patch semantics. (remarketingAudience.patch)

Parameters

string $accountId

The account ID of the remarketing audience to update.

string $webPropertyId

The web property ID of the remarketing audience to update.

string $remarketingAudienceId

The ID of the remarketing audience to update.

RemarketingAudience $postBody
array $optParams

Optional parameters.

Return Value

RemarketingAudience

Exceptions

Exception

RemarketingAudience update(string $accountId, string $webPropertyId, string $remarketingAudienceId, RemarketingAudience $postBody, array $optParams = [])

Updates an existing remarketing audience. (remarketingAudience.update)

Parameters

string $accountId

The account ID of the remarketing audience to update.

string $webPropertyId

The web property ID of the remarketing audience to update.

string $remarketingAudienceId

The ID of the remarketing audience to update.

RemarketingAudience $postBody
array $optParams

Optional parameters.

Return Value

RemarketingAudience

Exceptions

Exception