View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions (google_api_search_ads360 v0.7.0)

An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.

Attributes

  • targetCpa (type: String.t, default: nil) - Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.
  • targetCpaMicros (type: String.t, default: nil) - Output only. The target cost per acquisition (CPA) option. This is the average amount that you would like to spend per acquisition.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions{
    targetCpa: String.t() | nil,
    targetCpaMicros: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.