ManagementCustomMetrics
class ManagementCustomMetrics extends Resource (View source)
The "customMetrics" collection of methods.
Typical usage is:
$analyticsService = new Google\Service\Analytics(...);
$customMetrics = $analyticsService->management_customMetrics;
Methods
Get a custom metric to which the user has access. (customMetrics.get)
Create a new custom metric. (customMetrics.insert)
Lists custom metrics to which the user has access.
Updates an existing custom metric. This method supports patch semantics.
Updates an existing custom metric. (customMetrics.update)
Details
CustomMetric
get(string $accountId, string $webPropertyId, string $customMetricId, array $optParams = [])
Get a custom metric to which the user has access. (customMetrics.get)
CustomMetric
insert(string $accountId, string $webPropertyId, CustomMetric $postBody, array $optParams = [])
Create a new custom metric. (customMetrics.insert)
CustomMetrics
listManagementCustomMetrics(string $accountId, string $webPropertyId, array $optParams = [])
Lists custom metrics to which the user has access.
(customMetrics.listManagementCustomMetrics)
CustomMetric
patch(string $accountId, string $webPropertyId, string $customMetricId, CustomMetric $postBody, array $optParams = [])
Updates an existing custom metric. This method supports patch semantics.
(customMetrics.patch)
CustomMetric
update(string $accountId, string $webPropertyId, string $customMetricId, CustomMetric $postBody, array $optParams = [])
Updates an existing custom metric. (customMetrics.update)