View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Campaign_GeoTargetTypeSetting (google_api_search_ads360 v0.8.0)

Represents a collection of settings related to ads geotargeting.

Attributes

  • negativeGeoTargetType (type: String.t, default: nil) - The setting used for negative geotargeting in this particular campaign.
  • positiveGeoTargetType (type: String.t, default: nil) - The setting used for positive geotargeting in this particular campaign.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Campaign_GeoTargetTypeSetting{
    negativeGeoTargetType: String.t() | nil,
    positiveGeoTargetType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.