GoogleApi.AdSense.V2.Model.ContentAdsSettings (google_api_ad_sense v0.14.0) View Source

Settings specific to content ads (AFC).

Attributes

  • size (type: String.t, default: nil) - Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).
  • type (type: String.t, default: nil) - Type of the ad unit.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AdSense.V2.Model.ContentAdsSettings{
  size: String.t() | nil,
  type: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.