View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TargetImpressionShare (google_api_search_ads360 v0.3.0)

An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).

Attributes

  • cpcBidCeilingMicros (type: String.t, default: nil) - The highest CPC bid the automated bidding system is permitted to specify. This is a required field entered by the advertiser that sets the ceiling and specified in local micros.
  • location (type: String.t, default: nil) - The targeted location on the search results page.
  • locationFractionMicros (type: String.t, default: nil) - The chosen fraction of ads to be shown in the targeted location in micros. For example, 1% equals 10,000.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TargetImpressionShare{
    cpcBidCeilingMicros: String.t() | nil,
    location: String.t() | nil,
    locationFractionMicros: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.