PropertiesCustomDimensions
class PropertiesCustomDimensions extends Resource (View source)
The "customDimensions" collection of methods.
Typical usage is:
$analyticsadminService = new Google\Service\GoogleAnalyticsAdmin(...);
$customDimensions = $analyticsadminService->properties_customDimensions;
Methods
Archives a CustomDimension on a property. (customDimensions.archive)
Creates a CustomDimension. (customDimensions.create)
Lookup for a single CustomDimension. (customDimensions.get)
Lists CustomDimensions on a property.
Updates a CustomDimension on a property. (customDimensions.patch)
Details
GoogleProtobufEmpty
archive(string $name, GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest $postBody, array $optParams = [])
Archives a CustomDimension on a property. (customDimensions.archive)
GoogleAnalyticsAdminV1betaCustomDimension
create(string $parent, GoogleAnalyticsAdminV1betaCustomDimension $postBody, array $optParams = [])
Creates a CustomDimension. (customDimensions.create)
GoogleAnalyticsAdminV1betaCustomDimension
get(string $name, array $optParams = [])
Lookup for a single CustomDimension. (customDimensions.get)
GoogleAnalyticsAdminV1betaListCustomDimensionsResponse
listPropertiesCustomDimensions(string $parent, array $optParams = [])
Lists CustomDimensions on a property.
(customDimensions.listPropertiesCustomDimensions)
GoogleAnalyticsAdminV1betaCustomDimension
patch(string $name, GoogleAnalyticsAdminV1betaCustomDimension $postBody, array $optParams = [])
Updates a CustomDimension on a property. (customDimensions.patch)