public class Analytics.Management.Experiments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.Experiments.Delete |
class |
Analytics.Management.Experiments.Get |
class |
Analytics.Management.Experiments.Insert |
class |
Analytics.Management.Experiments.List |
class |
Analytics.Management.Experiments.Patch |
class |
Analytics.Management.Experiments.Update |
| Constructor and Description |
|---|
Experiments() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Experiments.Delete |
delete(String accountId,
String webPropertyId,
String profileId,
String experimentId)
Delete an experiment.
|
Analytics.Management.Experiments.Get |
get(String accountId,
String webPropertyId,
String profileId,
String experimentId)
Returns an experiment to which the user has access.
|
Analytics.Management.Experiments.Insert |
insert(String accountId,
String webPropertyId,
String profileId,
Experiment content)
Create a new experiment.
|
Analytics.Management.Experiments.List |
list(String accountId,
String webPropertyId,
String profileId)
Lists experiments to which the user has access.
|
Analytics.Management.Experiments.Patch |
patch(String accountId,
String webPropertyId,
String profileId,
String experimentId,
Experiment content)
Update an existing experiment.
|
Analytics.Management.Experiments.Update |
update(String accountId,
String webPropertyId,
String profileId,
String experimentId,
Experiment content)
Update an existing experiment.
|
public Analytics.Management.Experiments.Delete delete(String accountId, String webPropertyId, String profileId, String experimentId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the experiment belongswebPropertyId - Web property ID to which the experiment belongsprofileId - View (Profile) ID to which the experiment belongsexperimentId - ID of the experiment to deleteIOExceptionpublic Analytics.Management.Experiments.Get get(String accountId, String webPropertyId, String profileId, String experimentId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve the experiment for.webPropertyId - Web property ID to retrieve the experiment for.profileId - View (Profile) ID to retrieve the experiment for.experimentId - Experiment ID to retrieve the experiment for.IOExceptionpublic Analytics.Management.Experiments.Insert insert(String accountId, String webPropertyId, String profileId, Experiment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create the experiment for.webPropertyId - Web property ID to create the experiment for.profileId - View (Profile) ID to create the experiment for.content - the ExperimentIOExceptionpublic Analytics.Management.Experiments.List list(String accountId, String webPropertyId, String profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve experiments for.webPropertyId - Web property ID to retrieve experiments for.profileId - View (Profile) ID to retrieve experiments for.IOExceptionpublic Analytics.Management.Experiments.Patch patch(String accountId, String webPropertyId, String profileId, String experimentId, Experiment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the experiment to update.webPropertyId - Web property ID of the experiment to update.profileId - View (Profile) ID of the experiment to update.experimentId - Experiment ID of the experiment to update.content - the ExperimentIOExceptionpublic Analytics.Management.Experiments.Update update(String accountId, String webPropertyId, String profileId, String experimentId, Experiment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID of the experiment to update.webPropertyId - Web property ID of the experiment to update.profileId - View (Profile) ID of the experiment to update.experimentId - Experiment ID of the experiment to update.content - the ExperimentIOExceptionCopyright © 2011–2022 Google. All rights reserved.