ReportingBidStrategy
Bid strategy configuration as reported in report rows.
Declaration
object ReportingBidStrategyProperties
| Name | Type | Description |
|---|---|---|
bidStrategyType | ReportingBidStrategy.BidStrategyType | The bid strategy applied. Possible values: |
bid | Money | The bid amount for manual bid strategies. |
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
{
"bidStrategyType": "MANUAL_CPT",
"bid": {
"amount": "2.50",
"currency": "USD"
}
}