Lines Matching refs:webPropertyId

37    * @param string $webPropertyId Web property ID to which the experiment belongs
42 public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
44 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
52 * @param string $webPropertyId Web property ID to retrieve the experiment for.
58 public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
60 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
68 * @param string $webPropertyId Web property 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…
85 * @param string $webPropertyId Web property ID to retrieve experiments for.
96 public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = []) argument
98 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
107 * @param string $webPropertyId Web property 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…
124 * @param string $webPropertyId Web property 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…