maxCostMicros property

String? maxCostMicros
getter/setter pair

The maximum CPM a commerce audience can be charged when the MEDIA_SHARE cost type is used.

The value is in micro units (10^-6) and in the currency specified by the currency_code field. For example, 2000000 means $2 if currency_code is USD. This is only relevant when cost_type is MEDIA_SHARE. When cost_type is not MEDIA_SHARE, and this field is set, a MAX_COST_NOT_ALLOWED error will be returned. If not set or set to0, there is no cap.

Optional.

Implementation

core.String? maxCostMicros;