Lines Matching refs:accountId

36    * @param string $accountId Account ID to which the experiment belongs
42 public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
44 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
51 * @param string $accountId Account ID to retrieve the experiment for.
58 public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
60 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
67 * @param string $accountId Account ID to create the experiment for.
74 …public function insert($accountId, $webPropertyId, $profileId, Experiment $postBody, $optParams = … argument
76 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
84 * @param string $accountId Account ID to retrieve experiments for.
96 public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = []) argument
98 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
106 * @param string $accountId Account ID of the experiment to update.
114 …public function patch($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody,… argument
116 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
123 * @param string $accountId Account ID of the experiment to update.
131 …public function update($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody… argument
133 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…