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.
Implements
Inherited Members
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> |