ManagementCustomDimensions
class ManagementCustomDimensions extends Resource (View source)
The "customDimensions" collection of methods.
Typical usage is:
$analyticsService = new Google\Service\Analytics(...);
$customDimensions = $analyticsService->management_customDimensions;
Methods
Get a custom dimension to which the user has access. (customDimensions.get)
Create a new custom dimension. (customDimensions.insert)
Lists custom dimensions to which the user has access.
Updates an existing custom dimension. This method supports patch semantics.
Updates an existing custom dimension. (customDimensions.update)
Details
CustomDimension
get(string $accountId, string $webPropertyId, string $customDimensionId, array $optParams = [])
Get a custom dimension to which the user has access. (customDimensions.get)
CustomDimension
insert(string $accountId, string $webPropertyId, CustomDimension $postBody, array $optParams = [])
Create a new custom dimension. (customDimensions.insert)
CustomDimensions
listManagementCustomDimensions(string $accountId, string $webPropertyId, array $optParams = [])
Lists custom dimensions to which the user has access.
(customDimensions.listManagementCustomDimensions)
CustomDimension
patch(string $accountId, string $webPropertyId, string $customDimensionId, CustomDimension $postBody, array $optParams = [])
Updates an existing custom dimension. This method supports patch semantics.
(customDimensions.patch)
CustomDimension
update(string $accountId, string $webPropertyId, string $customDimensionId, CustomDimension $postBody, array $optParams = [])
Updates an existing custom dimension. (customDimensions.update)