Class CreativeSpecification
Represents information for a creative that is associated with a Programmatic Guaranteed/Preferred Deal in Ad Manager.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class CreativeSpecification : IDirectResponseSchema
Properties
CreativeCompanionSizes
Companion sizes may be filled in only when this is a video creative.
Declaration
[JsonProperty("creativeCompanionSizes")]
public virtual IList<AdSize> CreativeCompanionSizes { get; set; }
Property Value
Type | Description |
---|---|
IList<AdSize> |
CreativeSize
The size of the creative.
Declaration
[JsonProperty("creativeSize")]
public virtual AdSize CreativeSize { get; set; }
Property Value
Type | Description |
---|---|
AdSize |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |