Show / Hide Table of Contents

Class TargetingValue

A polymorphic targeting value used as part of Shared Targeting.

Inheritance
object
TargetingValue
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class TargetingValue : IDirectResponseSchema

Properties

CreativeSizeValue

The creative size value to include/exclude. Filled in when key = GOOG_CREATIVE_SIZE

Declaration
[JsonProperty("creativeSizeValue")]
public virtual CreativeSize CreativeSizeValue { get; set; }
Property Value
Type Description
CreativeSize

DayPartTargetingValue

The daypart targeting to include / exclude. Filled in when the key is GOOG_DAYPART_TARGETING. The definition of this targeting is derived from the structure used by Ad Manager.

Declaration
[JsonProperty("dayPartTargetingValue")]
public virtual DayPartTargeting DayPartTargetingValue { get; set; }
Property Value
Type Description
DayPartTargeting

ETag

The ETag of the item.

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

LongValue

The long value to include/exclude.

Declaration
[JsonProperty("longValue")]
public virtual long? LongValue { get; set; }
Property Value
Type Description
long?

StringValue

The string value to include/exclude.

Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX