Show / Hide Table of Contents

Class CustomChannel.TargetingInfoData

The targeting information of this custom channel, if activated.

Inheritance
System.Object
CustomChannel.TargetingInfoData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdSense.v1_4.Data
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class TargetingInfoData

Properties

AdsAppearOn

The name used to describe this channel externally.

Declaration
[JsonProperty("adsAppearOn")]
public virtual string AdsAppearOn { get; set; }
Property Value
Type Description
System.String

Description

The external description of the channel.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
System.String

Location

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.

Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type Description
System.String

SiteLanguage

The language of the sites ads will be displayed on.

Declaration
[JsonProperty("siteLanguage")]
public virtual string SiteLanguage { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top