Class TechnologyTargeting
Technology Targeting.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.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 |
---|---|
IList<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 |
---|---|
IList<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 |
---|---|
IList<MobileCarrier> |
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 |
---|---|
IList<OperatingSystemVersion> |
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 |
---|---|
IList<OperatingSystem> |
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 |
---|---|
IList<PlatformType> |