Show / Hide Table of Contents

Class InventorySizeTargeting

Represents the size of an ad unit that can be targeted on an ad request. It only applies to Private Auction, AdX Preferred Deals and Auction Packages. This targeting does not apply to Programmatic Guaranteed and Preferred Deals in Ad Manager.

Inheritance
object
InventorySizeTargeting
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 InventorySizeTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExcludedInventorySizes

A list of inventory sizes to be excluded.

Declaration
[JsonProperty("excludedInventorySizes")]
public virtual IList<AdSize> ExcludedInventorySizes { get; set; }
Property Value
Type Description
IList<AdSize>

TargetedInventorySizes

A list of inventory sizes to be included.

Declaration
[JsonProperty("targetedInventorySizes")]
public virtual IList<AdSize> TargetedInventorySizes { get; set; }
Property Value
Type Description
IList<AdSize>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX