Google Analytics API v3 (revision 41)



Uses of Class
com.google.api.services.analytics.model.Experiment

Packages that use Experiment
com.google.api.services.analytics   
com.google.api.services.analytics.model   
 

Uses of Experiment in com.google.api.services.analytics
 

Methods in com.google.api.services.analytics with parameters of type Experiment
 Analytics.Management.Experiments.Insert Analytics.Management.Experiments.insert(String accountId, String webPropertyId, String profileId, Experiment content)
          Create a new experiment.
 Analytics.Management.Experiments.Patch Analytics.Management.Experiments.patch(String accountId, String webPropertyId, String profileId, String experimentId, Experiment content)
          Update an existing experiment.
 Analytics.Management.Experiments.Update Analytics.Management.Experiments.update(String accountId, String webPropertyId, String profileId, String experimentId, Experiment content)
          Update an existing experiment.
 

Constructors in com.google.api.services.analytics with parameters of type Experiment
Analytics.Management.Experiments.Insert(String accountId, String webPropertyId, String profileId, Experiment content)
          Create a new experiment.
Analytics.Management.Experiments.Patch(String accountId, String webPropertyId, String profileId, String experimentId, Experiment content)
          Update an existing experiment.
Analytics.Management.Experiments.Update(String accountId, String webPropertyId, String profileId, String experimentId, Experiment content)
          Update an existing experiment.
 

Uses of Experiment in com.google.api.services.analytics.model
 

Methods in com.google.api.services.analytics.model that return Experiment
 Experiment Experiment.clone()
           
 Experiment Experiment.set(String fieldName, Object value)
           
 Experiment Experiment.setAccountId(String accountId)
          Account ID to which this experiment belongs.
 Experiment Experiment.setCreated(DateTime created)
          Time the experiment was created.
 Experiment Experiment.setDescription(String description)
          Notes about this experiment.
 Experiment Experiment.setEditableInGaUi(Object editableInGaUi)
          If true, the end user will be able to edit the experiment via the Google Analytics user interface.
 Experiment Experiment.setEndTime(DateTime endTime)
          The ending time of the experiment (the time the status changed from RUNNING to ENDED).
 Experiment Experiment.setId(String id)
          Experiment ID.
 Experiment Experiment.setInternalWebPropertyId(String internalWebPropertyId)
          Internal ID for the web property to which this experiment belongs.
 Experiment Experiment.setKind(String kind)
          Resource type for an Analytics experiment.
 Experiment Experiment.setMinimumExperimentLengthInDays(Integer minimumExperimentLengthInDays)
          Specifies the minimum length of the experiment.
 Experiment Experiment.setName(String name)
          Experiment name.
 Experiment Experiment.setObjectiveMetric(String objectiveMetric)
          The metric that the experiment is optimizing.
 Experiment Experiment.setOptimizationType(String optimizationType)
          Whether the objectiveMetric should be minimized or maximized.
 Experiment Experiment.setParentLink(Experiment.ParentLink parentLink)
          Parent link for an experiment.
 Experiment Experiment.setProfileId(String profileId)
          Profile ID to which this experiment belongs.
 Experiment Experiment.setReasonExperimentEnded(String reasonExperimentEnded)
          Why the experiment ended.
 Experiment Experiment.setRewriteVariationUrlsAsOriginal(Boolean rewriteVariationUrlsAsOriginal)
          Boolean specifying whether variations URLS are rewritten to match those of the original.
 Experiment Experiment.setSelfLink(String selfLink)
          Link for this experiment.
 Experiment Experiment.setServingFramework(Object servingFramework)
          The framework used to serve the experiment variations and evaluate the results.
 Experiment Experiment.setSnippet(String snippet)
          The snippet of code to include on the control page(s).
 Experiment Experiment.setStartTime(DateTime startTime)
          The starting time of the experiment (the time the status changed from READY_TO_RUN to RUNNING).
 Experiment Experiment.setStatus(String status)
          Experiment status.
 Experiment Experiment.setTrafficCoverage(Double trafficCoverage)
          A floating-point number between 0 and 1.
 Experiment Experiment.setUpdated(DateTime updated)
          Time the experiment was last modified.
 Experiment Experiment.setVariations(List<Experiment.Variations> variations)
          Array of variations.
 Experiment Experiment.setWebPropertyId(String webPropertyId)
          Web property ID to which this experiment belongs.
 Experiment Experiment.setWinnerConfidenceLevel(Double winnerConfidenceLevel)
          A floating-point number between 0 and 1.
 Experiment Experiment.setWinnerFound(Boolean winnerFound)
          Boolean specifying whether a winner has been found for this experiment.
 

Methods in com.google.api.services.analytics.model that return types with arguments of type Experiment
 List<Experiment> Experiments.getItems()
          A list of experiments.
 

Method parameters in com.google.api.services.analytics.model with type arguments of type Experiment
 Experiments Experiments.setItems(List<Experiment> items)
          A list of experiments.