Lines Matching refs:accountId
36 * @param string $accountId Account ID for the custom metric to retrieve.
43 public function get($accountId, $webPropertyId, $customMetricId, $optParams = []) argument
45 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $cust…
52 * @param string $accountId Account ID for the custom metric to create.
59 public function insert($accountId, $webPropertyId, CustomMetric $postBody, $optParams = []) argument
61 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
69 * @param string $accountId Account ID for the custom metrics to retrieve.
80 public function listManagementCustomMetrics($accountId, $webPropertyId, $optParams = []) argument
82 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
90 * @param string $accountId Account ID for the custom metric to update.
102 …public function patch($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPar… argument
104 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $cust…
111 * @param string $accountId Account ID for the custom metric to update.
123 …public function update($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPa… argument
125 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customMetricId' => $cust…