| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.analytics.ExperimentEntry | |||
Entry element for experiment feed.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the Analytics account ID.
| |||||||||||
Returns the auto-prune mode.
| |||||||||||
Returns the script to control the experiment.
| |||||||||||
Returns the script to record conversions.
| |||||||||||
Returns the percentage of traffic to send to the experiment.
| |||||||||||
Returns the experiment ID.
| |||||||||||
Returns the experiment's notes.
| |||||||||||
Returns the experiment type.
| |||||||||||
Returns the number of page variations in an A/B experiment.
| |||||||||||
Returns the number of combinations.
| |||||||||||
Returns the number of sections in a multivariate experiment.
| |||||||||||
Returns the experiment ID that identifies the source experiment.
| |||||||||||
Returns the experiment status.
| |||||||||||
Returns the script to track this experiment.
| |||||||||||
Returns the verification combination index.
| |||||||||||
Returns the percentage of traffic to send to the verify combo.
| |||||||||||
Returns whether it has the Analytics account ID.
| |||||||||||
Returns whether it has the auto-prune mode.
| |||||||||||
Returns whether it has the script to control the experiment.
| |||||||||||
Returns whether it has the script to record conversions.
| |||||||||||
Returns whether it has the percentage of traffic to send to the experiment.
| |||||||||||
Returns whether it has the experiment ID.
| |||||||||||
Returns whether it has the experiment's notes.
| |||||||||||
Returns whether it has the experiment type.
| |||||||||||
Returns whether it has the number of page variations in an A/B experiment.
| |||||||||||
Returns whether it has the number of combinations.
| |||||||||||
Returns whether it has the number of sections in a multivariate experiment.
| |||||||||||
Returns whether it has the experiment ID that identifies the source
experiment.
| |||||||||||
Returns whether it has the experiment status.
| |||||||||||
Returns whether it has the script to track this experiment.
| |||||||||||
Returns whether it has the verification combination index.
| |||||||||||
Returns whether it has the percentage of traffic to send to the verify
combo.
| |||||||||||
Sets the Analytics account ID.
| |||||||||||
Sets the auto-prune mode.
| |||||||||||
Sets the script to control the experiment.
| |||||||||||
Sets the script to record conversions.
| |||||||||||
Sets the percentage of traffic to send to the experiment.
| |||||||||||
Sets the experiment ID.
| |||||||||||
Sets the experiment's notes.
| |||||||||||
Sets the experiment type.
| |||||||||||
Sets the number of page variations in an A/B experiment.
| |||||||||||
Sets the number of combinations.
| |||||||||||
Sets the number of sections in a multivariate experiment.
| |||||||||||
Sets the experiment ID that identifies the source experiment.
| |||||||||||
Sets the experiment status.
| |||||||||||
Sets the script to track this experiment.
| |||||||||||
Sets the verification combination index.
| |||||||||||
Sets the percentage of traffic to send to the verify combo.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Default mutable constructor.
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance.
| sourceEntry | Source entry |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the Analytics account ID.
Returns the script to control the experiment.
Returns the script to record conversions.
Returns the percentage of traffic to send to the experiment.
Returns the experiment's notes.
Returns the number of page variations in an A/B experiment.
Returns the number of combinations.
Returns the number of sections in a multivariate experiment.
Returns the experiment ID that identifies the source experiment.
Returns the script to track this experiment.
Returns the verification combination index.
Returns the percentage of traffic to send to the verify combo.
Returns whether it has the Analytics account ID.
Returns whether it has the auto-prune mode.
Returns whether it has the script to control the experiment.
Returns whether it has the script to record conversions.
Returns whether it has the percentage of traffic to send to the experiment.
Returns whether it has the experiment ID.
Returns whether it has the experiment's notes.
Returns whether it has the experiment type.
Returns whether it has the number of page variations in an A/B experiment.
Returns whether it has the number of combinations.
Returns whether it has the number of sections in a multivariate experiment.
Returns whether it has the experiment ID that identifies the source experiment.
Returns whether it has the experiment status.
Returns whether it has the script to track this experiment.
Returns whether it has the verification combination index.
Returns whether it has the percentage of traffic to send to the verify combo.
Sets the Analytics account ID.
| analyticsAccountId | Analytics account ID or null to
reset
|
|---|
Sets the auto-prune mode.
| autoPruneMode | Auto-prune mode or null to reset
|
|---|
Sets the script to control the experiment.
| controlScript | Script to control the experiment or null
to reset
|
|---|
Sets the script to record conversions.
| conversionScript | Script to record conversions or null
to reset
|
|---|
Sets the percentage of traffic to send to the experiment.
| coverage | Percentage of traffic to send to the experiment or
null to reset
|
|---|
Sets the experiment ID.
| experimentId | Experiment ID or null to reset
|
|---|
Sets the experiment's notes.
| experimentNotes | Experiment's notes or null to reset
|
|---|
Sets the experiment type.
| experimentType | Experiment type or null to reset
|
|---|
Sets the number of page variations in an A/B experiment.
| numAbPageVariations | Number of page variations in an A/B experiment
or null to reset
|
|---|
Sets the number of combinations.
| numCombinations | Number of combinations or null to reset
|
|---|
Sets the number of sections in a multivariate experiment.
| numSections | Number of sections in a multivariate experiment or
null to reset
|
|---|
Sets the experiment ID that identifies the source experiment.
| sourceExperimentId | Experiment ID that identifies the source
experiment or null to reset
|
|---|
Sets the experiment status.
| status | Experiment status or null to reset
|
|---|
Sets the script to track this experiment.
| trackingScript | Script to track this experiment or null
to reset
|
|---|
Sets the verification combination index.
| verificationCombo | Verification combination index or
null to reset
|
|---|
Sets the percentage of traffic to send to the verify combo.
| verificationComboCoverage | Percentage of traffic to send to the
verify combo or null to reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.