Searched refs:customMetricId (Results 1 – 2 of 2) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/ |
H A D | ManagementCustomMetrics.php | 39 * @param string $customMetricId The ID of the custom metric to retrieve. 43 public function get($accountId, $webPropertyId, $customMetricId, $optParams = []) argument 45 …'accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId]; 92 * @param string $customMetricId Custom metric ID for the custom metric to 102 …public function patch($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPar… argument 104 … $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' =>… 113 * @param string $customMetricId Custom metric ID for the custom metric to 123 …public function update($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPa… argument 125 … $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' =>…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Analytics.php | 557 … => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', 570 'customMetricId' => [ 615 … => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', 628 'customMetricId' => [ 639 … => 'management/accounts/{accountId}/webproperties/{webPropertyId}/customMetrics/{customMetricId}', 652 'customMetricId' => [
|