Struct google_dfareporting2d6::TechnologyTargeting [] [src]

pub struct TechnologyTargeting {
    pub browsers: Option<Vec<Browser>>,
    pub operating_systems: Option<Vec<OperatingSystem>>,
    pub mobile_carriers: Option<Vec<MobileCarrier>>,
    pub connection_types: Option<Vec<ConnectionType>>,
    pub platform_types: Option<Vec<PlatformType>>,
    pub operating_system_versions: Option<Vec<OperatingSystemVersion>>,
}

Technology Targeting.

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

Fields

Browsers that this ad targets. For each browser either set browserVersionId or dartId along with the version numbers. If both are specified, only browserVersionId will be used. The other fields are populated automatically when the ad is inserted or updated.

Operating systems that this ad targets. To target specific versions, use operatingSystemVersions. For each operating system only dartId is required. The other fields are populated automatically when the ad is inserted or updated. If targeting an operating system, do not set targeting for operating system versions for the same operating system.

Mobile carriers that this ad targets. For each mobile carrier only id is required, and the other fields are populated automatically when the ad is inserted or updated. If targeting a mobile carrier, do not set targeting for any zip codes.

Connection types that this ad targets. For each connection type only id is required. The other fields are populated automatically when the ad is inserted or updated.

Platform types that this ad targets. For example, desktop, mobile, or tablet. For each platform type, only id is required, and the other fields are populated automatically when the ad is inserted or updated.

Operating system versions that this ad targets. To target all versions, use operatingSystems. For each operating system version, only id is required. The other fields are populated automatically when the ad is inserted or updated. If targeting an operating system version, do not set targeting for the corresponding operating system in operatingSystems.

Trait Implementations

impl Default for TechnologyTargeting
[src]

[src]

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

impl Clone for TechnologyTargeting
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TechnologyTargeting
[src]

[src]

Formats the value using the given formatter.

impl Part for TechnologyTargeting
[src]