Module AdUnit.FeedAdsSettings

type t = {
adPosition : string;

The position of the ads relative to the feed entries.

frequency : int;

The frequency at which ads should appear in the feed (i.e. every N entries).

minimumWordCount : int;

The minimum length an entry should be in order to have attached ads.

_type : string;

The type of ads which should appear.

}
val adPosition : (t, string) GapiLens.t
val frequency : (t, int) GapiLens.t
val minimumWordCount : (t, int) GapiLens.t
val _type : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t