|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.client.Query | +--google.gdata.analytics.DataQuery
Describes a query for the arbitrary data from an Analytics profile.
Defined in gdata.js
Constructor Summary | |
google.gdata.analytics.DataQuery(<string> feedUri)
Constructor. |
Method Summary | |
String?
|
getDimensions()
Returns the comma separated list of row keys. |
String?
|
getEndDate()
Returns the last day for which to retrieve data in form YYYY-MM-DD. |
String?
|
getFilters()
Returns the dimension and metric filters. |
String?
|
getIds()
Returns the Google Analytics profile ID, prefixed by 'ga:'. |
Number?
|
getMaxResults()
Returns the maximum number of results to be retrieved. |
String?
|
getMetrics()
Returns the comma separated list of numeric value fields. |
Boolean?
|
getPrettyprint()
Returns the whether to indent the elements. |
String?
|
getSort()
Returns the comma separated list of sort parameters in order of importance. |
String?
|
getStartDate()
Returns the first day for which to retrieve data in form YYYY-MM-DD. |
Number?
|
getStartIndex()
Returns the 1-based index of the first result to be retrieved. |
void
|
setDimensions(<String?> dimensions)
Sets the comma separated list of row keys. |
void
|
setEndDate(<String?> endDate)
Sets the last day for which to retrieve data in form YYYY-MM-DD. |
void
|
setFilters(<String?> filters)
Sets the dimension and metric filters. |
void
|
setIds(<String?> ids)
Sets the Google Analytics profile ID, prefixed by 'ga:'. |
void
|
setMaxResults(<Number|string|null> maxResults)
Sets the maximum number of results to be retrieved. |
void
|
setMetrics(<String?> metrics)
Sets the comma separated list of numeric value fields. |
void
|
setPrettyprint(<Boolean|string|null> prettyprint)
Sets the whether to indent the elements. |
void
|
setSort(<String?> sort)
Sets the comma separated list of sort parameters in order of importance. |
void
|
setStartDate(<String?> startDate)
Sets the first day for which to retrieve data in form YYYY-MM-DD. |
void
|
setStartIndex(<Number|string|null> startIndex)
Sets the 1-based index of the first result to be retrieved. |
Methods inherited from class google.gdata.client.Query |
setParamDef, setParam, getPath, getUri, getParam
|
Constructor Detail |
google.gdata.analytics.DataQuery(<string> feedUri)
feedUri
- URI of feed.
Method Detail |
String? getDimensions()
null
to indicate that the parameter is disabled.
String? getEndDate()
null
to indicate that the parameter is disabled.
String? getFilters()
null
to indicate that the parameter is disabled.
String? getIds()
null
to indicate that the parameter is disabled.
Number? getMaxResults()
null
to indicate that the parameter is disabled.
String? getMetrics()
null
to indicate that the parameter is disabled.
Boolean? getPrettyprint()
null
to indicate that the parameter is disabled.
String? getSort()
null
to indicate that the parameter is disabled.
String? getStartDate()
null
to indicate that the parameter is disabled.
Number? getStartIndex()
null
to indicate that the parameter is disabled.
void setDimensions(<String?> dimensions)
dimensions
- Comma separated list of row keys or null
to disable this parameter.
void setEndDate(<String?> endDate)
endDate
- Last day for which to retrieve data in form YYYY-MM-DD or null
to disable this parameter.
void setFilters(<String?> filters)
filters
- Dimension and metric filters or null
to disable this parameter.
void setIds(<String?> ids)
ids
- Google Analytics profile ID, prefixed by 'ga:' or null
to disable this parameter.
void setMaxResults(<Number|string|null> maxResults)
maxResults
- Maximum number of results to be retrieved or an equivalent string value or null
to disable this parameter.
void setMetrics(<String?> metrics)
metrics
- Comma separated list of numeric value fields or null
to disable this parameter.
void setPrettyprint(<Boolean|string|null> prettyprint)
prettyprint
- Whether to indent the elements or an equivalent string value or null
to disable this parameter.
void setSort(<String?> sort)
sort
- Comma separated list of sort parameters in order of importance or null
to disable this parameter.
void setStartDate(<String?> startDate)
startDate
- First day for which to retrieve data in form YYYY-MM-DD or null
to disable this parameter.
void setStartIndex(<Number|string|null> startIndex)
startIndex
- 1-based index of the first result to be retrieved or an equivalent string value or null
to disable this parameter.
|
GData JavaScript Client 2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |