|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.analytics.Engagement
Engagement goal.
Defined in gdata.js
Field Summary | |
{string|undefined} |
comparison
Engagement goal's comparison operation. |
{string|undefined} |
thresholdValue
Threshold value. |
{string|undefined} |
type
Goal's threshold type. |
<static> <final> {string} |
COMPARISON_EQ
Equal to. |
<static> <final> {string} |
COMPARISON_GT
Greater than. |
<static> <final> {string} |
COMPARISON_LT
Less than. |
<static> <final> {string} |
TYPE_PAGES_VISITED
PagesVisited engagement. |
<static> <final> {string} |
TYPE_TIME_ON_SITE
TimeOnSite engagement. |
Constructor Summary | |
google.gdata.analytics.Engagement(<Object> opt_params)
Constructs an engagement using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getComparison()
Returns the engagement goal's comparison operation. |
number|undefined
|
getThresholdValue()
Returns the threshold value. |
string|undefined
|
getType()
Returns the goal's threshold type. |
void
|
setComparison(<string|undefined> comparison)
Sets the engagement goal's comparison operation. |
void
|
setThresholdValue(<number|undefined> thresholdValue)
Sets the threshold value. |
void
|
setType(<string|undefined> type)
Sets the goal's threshold type. |
Field Detail |
{string|undefined} comparison
{string|undefined} thresholdValue
{string|undefined} type
<static> <final> {string} COMPARISON_EQ
<static> <final> {string} COMPARISON_GT
<static> <final> {string} COMPARISON_LT
<static> <final> {string} TYPE_PAGES_VISITED
<static> <final> {string} TYPE_TIME_ON_SITE
Constructor Detail |
google.gdata.analytics.Engagement(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: comparison, thresholdValue, and type.
Method Detail |
string|undefined getComparison()
number|undefined getThresholdValue()
string|undefined getType()
void setComparison(<string|undefined> comparison)
comparison
- Engagement goal's comparison operation or undefined for none.
void setThresholdValue(<number|undefined> thresholdValue)
thresholdValue
- Threshold value or undefined for none.
void setType(<string|undefined> type)
type
- Goal's threshold type or undefined for none.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |