View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Campaign_DynamicSearchAdsSetting (google_api_search_ads360 v0.5.0)

The setting for controlling Dynamic Search Ads (DSA).

Attributes

  • domainName (type: String.t, default: nil) - Required. The Internet domain name that this setting represents, for example, "google.com" or "www.google.com".
  • languageCode (type: String.t, default: nil) - Required. The language code specifying the language of the domain, for example, "en".
  • useSuppliedUrlsOnly (type: boolean(), default: nil) - Whether the campaign uses advertiser supplied URLs exclusively.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Campaign_DynamicSearchAdsSetting{
    domainName: String.t() | nil,
    languageCode: String.t() | nil,
    useSuppliedUrlsOnly: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.