Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
Delete an experiment.
Create a request for the method "experiments.delete".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
accountId - Account ID to which the experiment belongs
webPropertyId - Web property ID to which the experiment belongs
profileId - View (Profile) ID to which the experiment belongs
Returns an experiment to which the user has access.
Create a request for the method "experiments.get".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
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.
Create a new experiment.
Create a request for the method "experiments.insert".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
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.
Lists experiments to which the user has access.
Create a request for the method "experiments.list".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
accountId - Account ID to retrieve experiments for.
webPropertyId - Web property ID to retrieve experiments for.
profileId - View (Profile) ID to retrieve experiments for.
Update an existing experiment. This method supports patch semantics.
Create a request for the method "experiments.patch".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
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.
Update an existing experiment.
Create a request for the method "experiments.update".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Parameters:
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.