Show / Hide Table of Contents

Class Targeting

Targeting expression.

Inheritance
object
Targeting
Implements
IMessage<Targeting>
IEquatable<Targeting>
IDeepCloneable<Targeting>
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 Targeting : IMessage<Targeting>, IEquatable<Targeting>, IDeepCloneable<Targeting>, IBufferMessage, IMessage

Constructors

Targeting()

Declaration
public Targeting()

Targeting(Targeting)

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

Properties

ContentTargeting

Optional. Used to target content.

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

CustomTargeting

Optional. Used to target key/values, audience segments, and/or CMS metadata.

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

DataSegmentTargeting

Optional. Used to target data segments.

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

GeoTargeting

Optional. Used to target/exclude various geo targets.

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

InventoryTargeting

Optional. Used to target/exclude various ad units and/or placements.

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

MobileApplicationTargeting

Optional. Used to target mobile applications.

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

RequestPlatformTargeting

Optional. Used to target specific request platforms.

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

TechnologyTargeting

Optional. Used to target various technology targeting dimensions.

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

UserDomainTargeting

Optional. Used to target user domains.

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

VideoPositionTargeting

Optional. Used to target video positions.

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