View Source GoogleApi.Content.V2.Model.DatafeedTarget (google_api_content v0.67.1)

Attributes

  • country (type: String.t, default: nil) - The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
  • excludedDestinations (type: list(String.t), default: nil) - The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
  • includedDestinations (type: list(String.t), default: nil) - The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in excludedDestinations. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
  • language (type: String.t, default: nil) - The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targets[].country.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.DatafeedTarget{
  country: String.t() | nil,
  excludedDestinations: [String.t()] | nil,
  includedDestinations: [String.t()] | nil,
  language: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.