Lines Matching full:update
90 * @param string $accountId Account ID for the custom metric to update.
91 * @param string $webPropertyId Web property ID for the custom metric to update.
93 * update.
97 * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any
109 * Updates an existing custom metric. (customMetrics.update)
111 * @param string $accountId Account ID for the custom metric to update.
112 * @param string $webPropertyId Web property ID for the custom metric to update.
114 * update.
118 * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any
123 …public function update($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPa… function in Google\\Service\\Analytics\\Resource\\ManagementCustomMetrics
127 return $this->call('update', [$params], CustomMetric::class);