Class CreativeRestrictions
Represents creative restrictions associated to Programmatic Guaranteed/ Preferred Deal in Ad Manager. This doesn't apply to Private Auction and AdX Preferred Deals.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class CreativeRestrictions : IDirectResponseSchema
Properties
CreativeFormat
The format of the environment that the creatives will be displayed in.
Declaration
[JsonProperty("creativeFormat")]
public virtual string CreativeFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
CreativeSpecifications
Declaration
[JsonProperty("creativeSpecifications")]
public virtual IList<CreativeSpecification> CreativeSpecifications { get; set; }
Property Value
Type | Description |
---|---|
IList<CreativeSpecification> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SkippableAdType
Skippable video ads allow viewers to skip ads after 5 seconds.
Declaration
[JsonProperty("skippableAdType")]
public virtual string SkippableAdType { get; set; }
Property Value
Type | Description |
---|---|
string |