google_api_ad_sense v0.4.0 GoogleApi.AdSense.V14.Model.AdUnitFeedAdsSettings 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.