| java.lang.Object | ||
| ↳ | com.google.gdata.client.Query | |
| ↳ | com.google.gdata.client.analytics.DataQuery | |
Describes a query for the arbitrary data from an Analytics profile.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dimensions | Comma separated list of row keys. | ||||||||||
| endDate | Last day for which to retrieve data in form YYYY-MM-DD. | ||||||||||
| filters | Dimension and metric filters. | ||||||||||
| ids | Google Analytics profile ID, prefixed by 'ga:'. | ||||||||||
| metrics | Comma separated list of numeric value fields. | ||||||||||
| segment | Segment to be applied. | ||||||||||
| sort | Comma separated list of sort parameters in order of importance. | ||||||||||
| startDate | First day for which to retrieve data in form YYYY-MM-DD. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new query object that targets a feed.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the comma separated list of row keys.
| |||||||||||
Returns the last day for which to retrieve data in form YYYY-MM-DD.
| |||||||||||
Returns the dimension and metric filters.
| |||||||||||
Returns the Google Analytics profile ID, prefixed by 'ga:'.
| |||||||||||
Returns the comma separated list of numeric value fields.
| |||||||||||
Returns the segment to be applied.
| |||||||||||
Returns the comma separated list of sort parameters in order of importance.
| |||||||||||
Returns the first day for which to retrieve data in form YYYY-MM-DD.
| |||||||||||
Sets the comma separated list of row keys.
| |||||||||||
Sets the last day for which to retrieve data in form YYYY-MM-DD.
| |||||||||||
Sets the dimension and metric filters.
| |||||||||||
Sets the Google Analytics profile ID, prefixed by 'ga:'.
| |||||||||||
Sets the comma separated list of numeric value fields.
| |||||||||||
Sets the segment to be applied.
| |||||||||||
Sets the comma separated list of sort parameters in order of importance.
| |||||||||||
Sets the first day for which to retrieve data in form YYYY-MM-DD.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.client.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Comma separated list of row keys.
Last day for which to retrieve data in form YYYY-MM-DD.
Dimension and metric filters.
Google Analytics profile ID, prefixed by 'ga:'.
Comma separated list of numeric value fields.
Segment to be applied.
Comma separated list of sort parameters in order of importance.
First day for which to retrieve data in form YYYY-MM-DD.
Constructs a new query object that targets a feed. The initial state of the query contains no parameters, meaning all entries in the feed would be returned if the query was executed immediately after construction.
| feedUrl | The URL of the feed against which queries will be executed. |
|---|
Returns the comma separated list of row keys.
null to indicate
that the parameter is not set.
Returns the last day for which to retrieve data in form YYYY-MM-DD.
null to indicate that the parameter is not set.
Returns the dimension and metric filters.
null to indicate that
the parameter is not set.
Returns the Google Analytics profile ID, prefixed by 'ga:'.
null
to indicate that the parameter is not set.
Returns the comma separated list of numeric value fields.
null
to indicate that the parameter is not set.
Returns the segment to be applied.
null to indicate that the
parameter is not set.
Returns the comma separated list of sort parameters in order of importance.
null to indicate that the parameter is not set.
Returns the first day for which to retrieve data in form YYYY-MM-DD.
null to indicate that the parameter is not set.
Sets the comma separated list of row keys.
| dimensions | Comma separated list of row keys or null to
remove this parameter if set.
|
|---|
Sets the last day for which to retrieve data in form YYYY-MM-DD.
| endDate | Last day for which to retrieve data in form YYYY-MM-DD or
null to remove this parameter if set.
|
|---|
Sets the dimension and metric filters.
| filters | Dimension and metric filters or null to remove
this parameter if set.
|
|---|
Sets the Google Analytics profile ID, prefixed by 'ga:'.
| ids | Google Analytics profile ID, prefixed by 'ga:' or
null to remove this parameter if set.
|
|---|
Sets the comma separated list of numeric value fields.
| metrics | Comma separated list of numeric value fields or
null to remove this parameter if set.
|
|---|
Sets the segment to be applied.
| segment | Segment to be applied or null to remove this
parameter if set.
|
|---|
Sets the comma separated list of sort parameters in order of importance.
| sort | Comma separated list of sort parameters in order of importance
or null to remove this parameter if set.
|
|---|
Sets the first day for which to retrieve data in form YYYY-MM-DD.
| startDate | First day for which to retrieve data in form YYYY-MM-DD or
null to remove this parameter if set.
|
|---|