Lines Matching refs:profileId

38    * @param string $profileId View (Profile) ID to which the experiment belongs
42 public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
44 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' …
53 * @param string $profileId View (Profile) ID to retrieve the experiment for.
58 public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
60 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' …
69 * @param string $profileId View (Profile) ID to create the experiment for.
74 …public function insert($accountId, $webPropertyId, $profileId, Experiment $postBody, $optParams = … argument
76 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $…
86 * @param string $profileId View (Profile) ID to retrieve experiments for.
96 public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = []) argument
98 …params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId];
108 * @param string $profileId View (Profile) ID of the experiment to update.
114 …public function patch($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody,… argument
116 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' …
125 * @param string $profileId View (Profile) ID of the experiment to update.
131 …public function update($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody… argument
133 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' …