/AWS1/CL_WA2DATAPOINTENTRY¶
A single data point in a revenue time series, representing aggregated monetization metrics for a specific time interval.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_date TYPE /AWS1/WA2TIMESTAMP /AWS1/WA2TIMESTAMP¶
The timestamp for this data point.
iv_monetizeservedcount TYPE /AWS1/WA2REQUESTCOUNT /AWS1/WA2REQUESTCOUNT¶
The number of HTTP 402 Payment Required responses served during this interval.
iv_settledcount TYPE /AWS1/WA2REQUESTCOUNT /AWS1/WA2REQUESTCOUNT¶
The number of successfully settled payments during this interval.
iv_totalamount TYPE /AWS1/WA2MONETIZATIONAMTVALUE /AWS1/WA2MONETIZATIONAMTVALUE¶
The total revenue amount during this interval in the specified currency.
iv_category TYPE /AWS1/WA2FILTERSTRING /AWS1/WA2FILTERSTRING¶
The bot category for this data point, when grouped by category.
iv_intent TYPE /AWS1/WA2FILTERSTRING /AWS1/WA2FILTERSTRING¶
The intent classification for this data point, when grouped by intent.
iv_groupbyvalue TYPE /AWS1/WA2FILTERSTRING /AWS1/WA2FILTERSTRING¶
The group-by dimension value for this data point.
Queryable Attributes¶
Date¶
The timestamp for this data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATE() |
Getter for DATE, with configurable default |
ASK_DATE() |
Getter for DATE w/ exceptions if field has no value |
HAS_DATE() |
Determine if DATE has a value |
MonetizeServedCount¶
The number of HTTP 402 Payment Required responses served during this interval.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONETIZESERVEDCOUNT() |
Getter for MONETIZESERVEDCOUNT |
SettledCount¶
The number of successfully settled payments during this interval.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SETTLEDCOUNT() |
Getter for SETTLEDCOUNT |
TotalAmount¶
The total revenue amount during this interval in the specified currency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALAMOUNT() |
Getter for TOTALAMOUNT, with configurable default |
ASK_TOTALAMOUNT() |
Getter for TOTALAMOUNT w/ exceptions if field has no value |
HAS_TOTALAMOUNT() |
Determine if TOTALAMOUNT has a value |
Category¶
The bot category for this data point, when grouped by category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORY() |
Getter for CATEGORY, with configurable default |
ASK_CATEGORY() |
Getter for CATEGORY w/ exceptions if field has no value |
HAS_CATEGORY() |
Determine if CATEGORY has a value |
Intent¶
The intent classification for this data point, when grouped by intent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTENT() |
Getter for INTENT, with configurable default |
ASK_INTENT() |
Getter for INTENT w/ exceptions if field has no value |
HAS_INTENT() |
Determine if INTENT has a value |
GroupByValue¶
The group-by dimension value for this data point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPBYVALUE() |
Getter for GROUPBYVALUE, with configurable default |
ASK_GROUPBYVALUE() |
Getter for GROUPBYVALUE w/ exceptions if field has no value |
HAS_GROUPBYVALUE() |
Determine if GROUPBYVALUE 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_DATAPOINTSLIST¶
TYPES TT_DATAPOINTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WA2DATAPOINTENTRY WITH DEFAULT KEY
.