totalAmountMicros property

String? totalAmountMicros
getter/setter pair

The total amount to be spent by the campaign over its entire duration.

This field is used only when the CampaignBudget period is set to CUSTOM_PERIOD. It represents the budget cap for the campaign's lifetime, rather than a daily limit. The amount is specified in micros in the account's local currency. One million micros is equivalent to one currency unit. This field is mutually exclusive with 'amount_micros'. Only one of 'total_amount_micros' or 'amount_micros' should be set.

Implementation

core.String? totalAmountMicros;