PropertiesAudiences
class PropertiesAudiences extends Resource (View source)
The "audiences" collection of methods.
Typical usage is:
$analyticsadminService = new Google\Service\GoogleAnalyticsAdmin(...);
$audiences = $analyticsadminService->audiences;
Methods
Archives an Audience on a property. (audiences.archive)
Creates an Audience. (audiences.create)
Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Updates an Audience on a property. (audiences.patch)
Details
GoogleProtobufEmpty
archive(string $name, GoogleAnalyticsAdminV1alphaArchiveAudienceRequest $postBody, array $optParams = [])
Archives an Audience on a property. (audiences.archive)
GoogleAnalyticsAdminV1alphaAudience
create(string $parent, GoogleAnalyticsAdminV1alphaAudience $postBody, array $optParams = [])
Creates an Audience. (audiences.create)
GoogleAnalyticsAdminV1alphaAudience
get(string $name, array $optParams = [])
Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
(audiences.get)
GoogleAnalyticsAdminV1alphaListAudiencesResponse
listPropertiesAudiences(string $parent, array $optParams = [])
Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
(audiences.listPropertiesAudiences)
GoogleAnalyticsAdminV1alphaAudience
patch(string $name, GoogleAnalyticsAdminV1alphaAudience $postBody, array $optParams = [])
Updates an Audience on a property. (audiences.patch)