Contents

ReportingBidStrategy

Bid strategy configuration as reported in report rows.

Declaration

object ReportingBidStrategy

Properties

NameTypeDescription
bidStrategyTypeReportingBidStrategy.BidStrategyType

The bid strategy applied. Possible values: MANUAL_CPT, MAX_CONVERSIONS, MANUAL_CPM, MAX_ENGAGEMENTS. Note: MAX_CONVERSIONS ad groups no longer use the deprecated cpaCap field. You configure conversion targeting via the bidStrategy object.

bidMoney

The bid amount for manual bid strategies. null for automated strategies. See Money.

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"
  }
}

Topics

Type Aliases

See Also