Show / Hide Table of Contents

Class TechnologyTargeting

Technology Targeting.

Inheritance
object
TechnologyTargeting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class TechnologyTargeting : IDirectResponseSchema

Properties

Browsers

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.

Declaration
[JsonProperty("browsers")]
public virtual IList<Browser> Browsers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><Browser>

ConnectionTypes

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.

Declaration
[JsonProperty("connectionTypes")]
public virtual IList<ConnectionType> ConnectionTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><ConnectionType>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MobileCarriers

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.

Declaration
[JsonProperty("mobileCarriers")]
public virtual IList<MobileCarrier> MobileCarriers { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><MobileCarrier>

OperatingSystems

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.

Declaration
[JsonProperty("operatingSystems")]
public virtual IList<OperatingSystem> OperatingSystems { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><OperatingSystem>

OperatingSystemVersions

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.

Declaration
[JsonProperty("operatingSystemVersions")]
public virtual IList<OperatingSystemVersion> OperatingSystemVersions { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><OperatingSystemVersion>

PlatformTypes

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.

Declaration
[JsonProperty("platformTypes")]
public virtual IList<PlatformType> PlatformTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><PlatformType>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX