<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/ReportingBidStrategy",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:ReportingBidStrategy"
  },
  "title" : "ReportingBidStrategy"
}
-->

# ReportingBidStrategy

Bid strategy configuration as reported in report rows.

```
object ReportingBidStrategy
```

## Discussion

The `ReportingBidStrategy` captures the bid strategy type and optional bid amount for a campaign or ad group at report time. It’s embedded in reporting objects where the bid configuration is needed for analysis alongside performance data.

### Example

```json
{
  "bidStrategyType": "MANUAL_CPT",
  "bid": {
    "amount": "2.50",
    "currency": "USD"
  }
}
```

## Topics

### Type Aliases

[`string ReportingBidStrategy.BidStrategyType`](/documentation/Apple-Ads-Platform-API/ReportingBidStrategy/BidStrategyType-data.typealias)

Auction participation approach applied to the campaign or ad group at report time.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)