View Source GoogleApi.AdMob.V1.Model.LocalizationSettings (google_api_ad_mob v0.10.0)

Localization settings for reports, such as currency and language. It affects how metrics are calculated.

Attributes

  • currencyCode (type: String.t, default: nil) - Currency code of the earning related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion. Defaults to the account currency code if unspecified.
  • languageCode (type: String.t, default: nil) - Language used for any localized text, such as some dimension value display labels. The language tag defined in the IETF BCP47. Defaults to 'en-US' if unspecified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.LocalizationSettings{
  currencyCode: String.t() | nil,
  languageCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.