Struct google_dfareporting3d2::api::TechnologyTargeting[][src]

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

Technology Targeting.

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

Fields

browsers: Option<Vec<Browser>>

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.

connection_types: Option<Vec<ConnectionType>>

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.

mobile_carriers: Option<Vec<MobileCarrier>>

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.

operating_system_versions: Option<Vec<OperatingSystemVersion>>

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.

operating_systems: Option<Vec<OperatingSystem>>

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.

platform_types: Option<Vec<PlatformType>>

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.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.