Lines Matching refs:CustomMetric
20 use Google\Service\Analytics\CustomMetric; alias
41 * @return CustomMetric
47 return $this->call('get', [$params], CustomMetric::class);
55 * @param CustomMetric $postBody
57 * @return CustomMetric
59 public function insert($accountId, $webPropertyId, CustomMetric $postBody, $optParams = [])
63 return $this->call('insert', [$params], CustomMetric::class);
94 * @param CustomMetric $postBody
100 * @return CustomMetric
102 …public function patch($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPar…
106 return $this->call('patch', [$params], CustomMetric::class);
115 * @param CustomMetric $postBody
121 * @return CustomMetric
123 …public function update($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPa…
127 return $this->call('update', [$params], CustomMetric::class);