ManagementExperiments
class ManagementExperiments extends Resource (View source)
The "experiments" collection of methods.
Typical usage is:
$analyticsService = new Google\Service\Analytics(...);
$experiments = $analyticsService->management_experiments;
Methods
Delete an experiment. (experiments.delete)
Returns an experiment to which the user has access. (experiments.get)
Create a new experiment. (experiments.insert)
Lists experiments to which the user has access.
Update an existing experiment. This method supports patch semantics.
Update an existing experiment. (experiments.update)
Details
delete(string $accountId, string $webPropertyId, string $profileId, string $experimentId, array $optParams = [])
Delete an experiment. (experiments.delete)
Experiment
get(string $accountId, string $webPropertyId, string $profileId, string $experimentId, array $optParams = [])
Returns an experiment to which the user has access. (experiments.get)
Experiment
insert(string $accountId, string $webPropertyId, string $profileId, Experiment $postBody, array $optParams = [])
Create a new experiment. (experiments.insert)
Experiments
listManagementExperiments(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])
Lists experiments to which the user has access.
(experiments.listManagementExperiments)
Experiment
patch(string $accountId, string $webPropertyId, string $profileId, string $experimentId, Experiment $postBody, array $optParams = [])
Update an existing experiment. This method supports patch semantics.
(experiments.patch)
Experiment
update(string $accountId, string $webPropertyId, string $profileId, string $experimentId, Experiment $postBody, array $optParams = [])
Update an existing experiment. (experiments.update)