---
title: BulkKeywordCreate.Bid
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/bulkkeywordcreate/bid-data.dictionary
---

# BulkKeywordCreate.Bid

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

## Declaration

```data
object BulkKeywordCreate.Bid
```

## Properties

currency: The ISO 4217 currency code (for example, "USD", "EUR"). Must match the ad account’s currency. amount: The monetary amount as a decimal string (for example, "10.00"), represented as a string to preserve decimal precision.

## Discussion

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.
