ManualBiddingInput
The ManualBiddingInput object represents manual bidding configuration input where you specify a fixed bid amount.
¶ Properties
| Property | Type | Description |
|---|---|---|
bid_amount |
CurrencyAmount | Manual bid amount |
¶ Usage
{
"manual": {
"bid_amount": {
"amount_e5": "15000",
"currency_code": "USD"
}
}
}