Show / Hide Table of Contents

Class TechnologyTargeting

Various types of technology targeting expressed by child messages are applied with logical AND.

Inheritance
object
TechnologyTargeting
Implements
IMessage<TechnologyTargeting>
IEquatable<TechnologyTargeting>
IDeepCloneable<TechnologyTargeting>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class TechnologyTargeting : IMessage<TechnologyTargeting>, IEquatable<TechnologyTargeting>, IDeepCloneable<TechnologyTargeting>, IBufferMessage, IMessage

Constructors

TechnologyTargeting()

Declaration
public TechnologyTargeting()

TechnologyTargeting(TechnologyTargeting)

Declaration
public TechnologyTargeting(TechnologyTargeting other)
Parameters
Type Name Description
TechnologyTargeting other

Properties

BandwidthTargeting

Optional. Bandwidth targeting dimension.

Declaration
public BandwidthTargeting BandwidthTargeting { get; set; }
Property Value
Type Description
BandwidthTargeting

BrowserLanguageTargeting

Optional. Browser language targeting dimension.

Declaration
public BrowserLanguageTargeting BrowserLanguageTargeting { get; set; }
Property Value
Type Description
BrowserLanguageTargeting

BrowserTargeting

Optional. Browser targeting dimension.

Declaration
public BrowserTargeting BrowserTargeting { get; set; }
Property Value
Type Description
BrowserTargeting

DeviceCapabilityTargeting

Optional. Device capability targeting dimension.

Declaration
public DeviceCapabilityTargeting DeviceCapabilityTargeting { get; set; }
Property Value
Type Description
DeviceCapabilityTargeting

DeviceCategoryTargeting

Optional. Device category targeting dimension.

Declaration
public DeviceCategoryTargeting DeviceCategoryTargeting { get; set; }
Property Value
Type Description
DeviceCategoryTargeting

DeviceManufacturerTargeting

Optional. Device manufacturer targeting dimension.

Declaration
public DeviceManufacturerTargeting DeviceManufacturerTargeting { get; set; }
Property Value
Type Description
DeviceManufacturerTargeting

MobileCarrierTargeting

Optional. Mobile carrier targeting dimension.

Declaration
public MobileCarrierTargeting MobileCarrierTargeting { get; set; }
Property Value
Type Description
MobileCarrierTargeting

OperatingSystemTargeting

Optional. Operating system targeting dimension.

Declaration
public OperatingSystemTargeting OperatingSystemTargeting { get; set; }
Property Value
Type Description
OperatingSystemTargeting
In this article
Back to top Generated by DocFX