Show / Hide Table of Contents

Class CreativeSpecification

Represents information for a creative that is associated with a Programmatic Guaranteed/Preferred Deal in Ad Manager.

Inheritance
object
CreativeSpecification
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX