GoogleApi.AdSense.V14.Model.AdUnitFeedAdsSettings (google_api_ad_sense v0.18.0)

View Source

Settings specific to feed ads (AFF) - deprecated.

Attributes

  • adPosition (type: String.t, default: nil) - The position of the ads relative to the feed entries.
  • frequency (type: integer(), default: nil) - The frequency at which ads should appear in the feed (i.e. every N entries).
  • minimumWordCount (type: integer(), default: nil) - The minimum length an entry should be in order to have attached ads.
  • type (type: String.t, default: nil) - The type of ads which should appear.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AdSense.V14.Model.AdUnitFeedAdsSettings{
  adPosition: String.t() | nil,
  frequency: integer() | nil,
  minimumWordCount: integer() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.