ManagementRemarketingAudience
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 a remarketing audience. (remarketingAudience.delete)
Gets a remarketing audience to which the user has access.
Creates a new remarketing audience. (remarketingAudience.insert)
Lists remarketing audiences to which the user has access.
Updates an existing remarketing audience. This method supports patch semantics. (remarketingAudience.patch)
Updates an existing remarketing audience. (remarketingAudience.update)
Details
delete(string $accountId, string $webPropertyId, string $remarketingAudienceId, array $optParams = [])
Delete a remarketing audience. (remarketingAudience.delete)
RemarketingAudience
get(string $accountId, string $webPropertyId, string $remarketingAudienceId, array $optParams = [])
Gets a remarketing audience to which the user has access.
(remarketingAudience.get)
RemarketingAudience
insert(string $accountId, string $webPropertyId, RemarketingAudience $postBody, array $optParams = [])
Creates a new remarketing audience. (remarketingAudience.insert)
RemarketingAudiences
listManagementRemarketingAudience(string $accountId, string $webPropertyId, array $optParams = [])
Lists remarketing audiences to which the user has access.
(remarketingAudience.listManagementRemarketingAudience)
RemarketingAudience
patch(string $accountId, string $webPropertyId, string $remarketingAudienceId, RemarketingAudience $postBody, array $optParams = [])
Updates an existing remarketing audience. This method supports patch semantics. (remarketingAudience.patch)
RemarketingAudience
update(string $accountId, string $webPropertyId, string $remarketingAudienceId, RemarketingAudience $postBody, array $optParams = [])
Updates an existing remarketing audience. (remarketingAudience.update)