amountMicros property

String? amountMicros
getter/setter pair

The average daily amount to be spent by the campaign.

This field is used when the CampaignBudget period is set to DAILY, which is the default. Amount is specified in micros in the account's local currency. One million micros is equivalent to one currency unit. The effective monthly spend is capped at 30.4 times this daily amount. This field is mutually exclusive with 'total_amount_micros'. Only one of 'amount_micros' or 'total_amount_micros' should be set.

Implementation

core.String? amountMicros;