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": "15000",
"currency": "USD"
}
}
}