Class InventorySizeTargeting
Represents the size of an ad unit that can be targeted on a bid request.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.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> |