CustomChannel.TargetingInfo
type t = {
adsAppearOn : string;
The name used to describe this channel externally.
*)description : string;
The external description of the channel.
*)location : string;
The locations in which ads appear. (Only valid for content and mobile content ads). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
*)siteLanguage : string;
The language of the sites ads will be displayed on.
*)}
val adsAppearOn : (t, string) GapiLens.t
val description : (t, string) GapiLens.t
val location : (t, string) GapiLens.t
val siteLanguage : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t