View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TargetRestriction (google_api_search_ads360 v0.4.0)

The list of per-targeting-dimension targeting settings.

Attributes

  • bidOnly (type: boolean(), default: nil) - Indicates whether to restrict your ads to show only for the criteria you have selected for this targeting_dimension, or to target all values for this targeting_dimension and show ads based on your targeting in other TargetingDimensions. A value of true means that these criteria will only apply bid modifiers, and not affect targeting. A value of false means that these criteria will restrict targeting as well as applying bid modifiers.
  • targetingDimension (type: String.t, default: nil) - The targeting dimension that these settings apply to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_TargetRestriction{
    bidOnly: boolean() | nil,
    targetingDimension: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.