google_api_ad_sense v0.5.0 GoogleApi.AdSense.V14.Model.CustomChannelTargetingInfo View Source

The targeting information of this custom channel, if activated.

Attributes

  • adsAppearOn (type: String.t, default: nil) - The name used to describe this channel externally.
  • description (type: String.t, default: nil) - The external description of the channel.
  • location (type: String.t, default: nil) - The locations in which ads appear. (Only valid for content and mobile content ads (deprecated)). 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 (deprecated) are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
  • siteLanguage (type: String.t, default: nil) - The language of the sites ads will be displayed on.

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.CustomChannelTargetingInfo{
  adsAppearOn: String.t(),
  description: String.t(),
  location: String.t(),
  siteLanguage: 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.