Struct google_adexchangeseller2::CustomChannelTargetingInfo [] [src]

pub struct CustomChannelTargetingInfo {
    pub description: Option<String>,
    pub site_language: Option<String>,
    pub location: Option<String>,
    pub ads_appear_on: Option<String>,
}

The targeting information of this custom channel, if activated.

This type is not used in any activity, and only used as part of another schema.

Fields

The external description of the channel.

The language of the sites ads will be displayed on.

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.

The name used to describe this channel externally.

Trait Implementations

impl Default for CustomChannelTargetingInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for CustomChannelTargetingInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomChannelTargetingInfo
[src]

Formats the value using the given formatter.

impl NestedType for CustomChannelTargetingInfo
[src]

impl Part for CustomChannelTargetingInfo
[src]