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

Represents an ad group bid modifier.

Attributes

  • bidModifier (type: float(), default: nil) - The modifier for the bid when the criterion matches. The modifier must be in the range: 0.1 - 10.0. The range is 1.0 - 6.0 for PreferredContent. Use 0 to opt out of a Device type.
  • device (type: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_DeviceInfo.t, default: nil) - Immutable. A device criterion.
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the ad group bid modifier. Ad group bid modifier resource names have the form: customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AdGroupBidModifier{
    bidModifier: float() | nil,
    device:
      GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_DeviceInfo.t()
      | nil,
    resourceName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.