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

A bidding strategy where bids are a fraction of the advertised price for some good or service.

Attributes

  • cpcBidCeilingMicros (type: String.t, default: nil) - Maximum bid limit that can be set by the bid strategy. This is an optional field entered by the advertiser and specified in local micros. Note: A zero value is interpreted in the same way as having bid_ceiling undefined.
  • enhancedCpcEnabled (type: boolean(), default: nil) - Adjusts the bid for each auction upward or downward, depending on the likelihood of a conversion. Individual bids may exceed cpc_bid_ceiling_micros, but the average bid amount for a campaign should not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_PercentCpc{
    cpcBidCeilingMicros: String.t() | nil,
    enhancedCpcEnabled: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.