Skip to content

/AWS1/CL_WA2REVENUEPATHSTATS

Revenue statistics for a single content path, including the path, revenue amount, and request count.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_path TYPE /AWS1/WA2PATHSTRING /AWS1/WA2PATHSTRING

The URI path.

iv_percentage TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The percentage of total revenue from this path.

iv_amount TYPE /AWS1/WA2MONETIZATIONAMTVALUE /AWS1/WA2MONETIZATIONAMTVALUE

The total revenue amount from this path in the specified currency.

iv_requestcount TYPE /AWS1/WA2REQUESTCOUNT /AWS1/WA2REQUESTCOUNT

The number of monetized requests to this path.


Queryable Attributes

Path

The URI path.

Accessible with the following methods

Method Description
GET_PATH() Getter for PATH, with configurable default
ASK_PATH() Getter for PATH w/ exceptions if field has no value
HAS_PATH() Determine if PATH has a value

Percentage

The percentage of total revenue from this path.

Accessible with the following methods

Method Description
GET_PERCENTAGE() Getter for PERCENTAGE
ASK_PERCENTAGE() Getter for PERCENTAGE w/ exceptions if field has no value
STR_PERCENTAGE() String format for PERCENTAGE

Amount

The total revenue amount from this path in the specified currency.

Accessible with the following methods

Method Description
GET_AMOUNT() Getter for AMOUNT, with configurable default
ASK_AMOUNT() Getter for AMOUNT w/ exceptions if field has no value
HAS_AMOUNT() Determine if AMOUNT has a value

RequestCount

The number of monetized requests to this path.

Accessible with the following methods

Method Description
GET_REQUESTCOUNT() Getter for REQUESTCOUNT

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_REVENUEPATHSTATISTICSLIST

TYPES TT_REVENUEPATHSTATISTICSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WA2REVENUEPATHSTATS WITH DEFAULT KEY
.