Lines Matching refs:Experiment
20 use Google\Service\Analytics\Experiment; alias
56 * @return Experiment
62 return $this->call('get', [$params], Experiment::class);
70 * @param Experiment $postBody
72 * @return Experiment
74 …public function insert($accountId, $webPropertyId, $profileId, Experiment $postBody, $optParams = …
78 return $this->call('insert', [$params], Experiment::class);
110 * @param Experiment $postBody
112 * @return Experiment
114 …public function patch($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody,…
118 return $this->call('patch', [$params], Experiment::class);
127 * @param Experiment $postBody
129 * @return Experiment
131 …public function update($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody…
135 return $this->call('update', [$params], Experiment::class);