Contents

BulkKeywordCreate.Bid

The keyword-level bid amount for a bulk keyword create item.

Declaration

object BulkKeywordCreate.Bid

Properties

NameTypeDescription
currencystring

The ISO 4217 currency code (for example, "USD", "EUR"). Must match the ad account’s currency.

amount Requiredstring

The monetary amount as a decimal string (for example, "10.00"), represented as a string to preserve decimal precision.

Discussion

The keyword-level bid amount for a bulk keyword create item, expressed as a Money object with amount and currency. It overrides the ad group’s default bid for this keyword. Omit the field or pass null to default to the ad group’s BidStrategy bid instead. This bid isn’t used with Maximize Conversions bid strategy campaigns.

See BulkKeywordCreate for the full field reference.

See also Money for the amount and currency structure.