From Analytics Services
Members:
Member | Type | Description |
---|---|---|
getDimensions | String | List of analytics dimensions. |
getEnd-date | String | End date. |
getFilters | String | Comma-separated list of dimension or metric filters. |
getIds | String | Unique table ID. |
getMax-results | int | Maximum results per page. |
getMetrics | String[] | List of analytics metrics. |
getSegment | String | Analytics advanced segment. |
getSort | String[] | List of dimensions or metrics based on which Analytics data is sorted. |
getStart-date | String | Start date. |
getStart-index | int | Start index. |
setDimensions | GaDataQuery | Set the value for the field: dimensions |
setEnd-date | GaDataQuery | Set the value for the field: end-date |
setFilters | GaDataQuery | Set the value for the field: filters |
setIds | GaDataQuery | Set the value for the field: ids |
setMax-results | GaDataQuery | Set the value for the field: max-results |
setMetrics | GaDataQuery | Set the value for the field: metrics |
setSegment | GaDataQuery | Set the value for the field: segment |
setSort | GaDataQuery | Set the value for the field: sort |
setStart-date | GaDataQuery | Set the value for the field: start-date |
setStart-index | GaDataQuery | Set the value for the field: start-index |
method getDimensions()
List of analytics dimensions.
Return Values:
Type | Description |
---|---|
String | The current value for dimensions |
method getEnd-date()
End date.
Return Values:
Type | Description |
---|---|
String | The current value for end-date |
method getFilters()
Comma-separated list of dimension or metric filters.
Return Values:
Type | Description |
---|---|
String | The current value for filters |
method getIds()
Unique table ID.
Return Values:
Type | Description |
---|---|
String | The current value for ids |
method getMax-results()
Maximum results per page.
Return Values:
Type | Description |
---|---|
int | The current value for max-results |
method getMetrics()
List of analytics metrics.
Return Values:
Type | Description |
---|---|
String[] | The current value for metrics |
method getSegment()
Analytics advanced segment.
Return Values:
Type | Description |
---|---|
String | The current value for segment |
method getSort()
List of dimensions or metrics based on which Analytics data is sorted.
Return Values:
Type | Description |
---|---|
String[] | The current value for sort |
method getStart-date()
Start date.
Return Values:
Type | Description |
---|---|
String | The current value for start-date |
method getStart-index()
Start index.
Return Values:
Type | Description |
---|---|
int | The current value for start-index |
method setDimensions(dimensions)
Set the value for the field: dimensions
Arguments:
Name | Type | Description |
---|---|---|
dimensions | String | List of analytics dimensions. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setEnd-date(end-date)
Set the value for the field: end-date
Arguments:
Name | Type | Description |
---|---|---|
end-date | String | End date. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setFilters(filters)
Set the value for the field: filters
Arguments:
Name | Type | Description |
---|---|---|
filters | String | Comma-separated list of dimension or metric filters. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setIds(ids)
Set the value for the field: ids
Arguments:
Name | Type | Description |
---|---|---|
ids | String | Unique table ID. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setMax-results(max-results)
Set the value for the field: max-results
Arguments:
Name | Type | Description |
---|---|---|
max-results | int | Maximum results per page. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setMetrics(metrics)
Set the value for the field: metrics
Arguments:
Name | Type | Description |
---|---|---|
metrics | String[] | List of analytics metrics. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setSegment(segment)
Set the value for the field: segment
Arguments:
Name | Type | Description |
---|---|---|
segment | String | Analytics advanced segment. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setSort(sort)
Set the value for the field: sort
Arguments:
Name | Type | Description |
---|---|---|
sort | String[] | List of dimensions or metrics based on which Analytics data is sorted. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setStart-date(start-date)
Set the value for the field: start-date
Arguments:
Name | Type | Description |
---|---|---|
start-date | String | Start date. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |
method setStart-index(start-index)
Set the value for the field: start-index
Arguments:
Name | Type | Description |
---|---|---|
start-index | int | Start index. |
Return Values:
Type | Description |
---|---|
GaDataQuery | The bean object for chaining. |