View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TargetCpa (google_api_search_ads360 v0.6.0)

An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.

Attributes

  • cpcBidCeilingMicros (type: String.t, default: nil) - Maximum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
  • cpcBidFloorMicros (type: String.t, default: nil) - Minimum bid limit that can be set by the bid strategy. The limit applies to all keywords managed by the strategy. This should only be set for portfolio bid strategies.
  • targetCpaMicros (type: String.t, default: nil) - Average CPA target. This target should be greater than or equal to minimum billable unit based on the currency for the account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TargetCpa{
  cpcBidCeilingMicros: String.t() | nil,
  cpcBidFloorMicros: String.t() | nil,
  targetCpaMicros: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.