View Source GoogleApi.AdSense.V14.Model.CustomChannelTargetingInfo (google_api_ad_sense v0.15.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V14.Model.CustomChannelTargetingInfo{
  adsAppearOn: String.t() | nil,
  description: String.t() | nil,
  location: String.t() | nil,
  siteLanguage: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.