kpiAmountMicros property

String? kpiAmountMicros
getter/setter pair

The goal amount, in micros of the advertiser's currency.

Applicable when kpi_type is one of: * KPI_TYPE_CPM * KPI_TYPE_CPC * KPI_TYPE_CPA * KPI_TYPE_CPIAVC * KPI_TYPE_VCPM For example: 1500000 represents 1.5 standard units of the currency.

Implementation

core.String? kpiAmountMicros;