/AWS1/CL_LM2ALYSSESSIONRESULT¶
An object containing the results for the session metrics you requested and the bin and/or group(s) they refer to, if applicable.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_binkeys TYPE /AWS1/CL_LM2ANALYTICSBINKEY=>TT_ANALYTICSBINKEYS TT_ANALYTICSBINKEYS¶
A list of objects containing the criteria you requested for binning results and the values of the bins.
it_groupbykeys TYPE /AWS1/CL_LM2ALYSSESSGROUPBYKEY=>TT_ANALYTICSSESSIONGROUPBYKEYS TT_ANALYTICSSESSIONGROUPBYKEYS¶
A list of objects containing the criteria you requested for grouping results and the values of the bins.
it_metricsresults TYPE /AWS1/CL_LM2ALYSSESSMETRICRSLT=>TT_ALYSSESSIONMETRICRESULTS TT_ALYSSESSIONMETRICRESULTS¶
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
Queryable Attributes¶
binKeys¶
A list of objects containing the criteria you requested for binning results and the values of the bins.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BINKEYS() |
Getter for BINKEYS, with configurable default |
ASK_BINKEYS() |
Getter for BINKEYS w/ exceptions if field has no value |
HAS_BINKEYS() |
Determine if BINKEYS has a value |
groupByKeys¶
A list of objects containing the criteria you requested for grouping results and the values of the bins.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPBYKEYS() |
Getter for GROUPBYKEYS, with configurable default |
ASK_GROUPBYKEYS() |
Getter for GROUPBYKEYS w/ exceptions if field has no value |
HAS_GROUPBYKEYS() |
Determine if GROUPBYKEYS has a value |
metricsResults¶
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICSRESULTS() |
Getter for METRICSRESULTS, with configurable default |
ASK_METRICSRESULTS() |
Getter for METRICSRESULTS w/ exceptions if field has no valu |
HAS_METRICSRESULTS() |
Determine if METRICSRESULTS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ANALYTICSSESSIONRESULTS¶
TYPES TT_ANALYTICSSESSIONRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2ALYSSESSIONRESULT WITH DEFAULT KEY
.