Show / Hide Table of Contents

Class CreativeSize

Specifies the size of the creative.

Inheritance
object
CreativeSize
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 CreativeSize : IDirectResponseSchema

Properties

AllowedFormats

What formats are allowed by the publisher. If this repeated field is empty then all formats are allowed. For example, if this field contains AllowedFormatType.AUDIO then the publisher only allows an audio ad (without any video).

Declaration
[JsonProperty("allowedFormats")]
public virtual IList<string> AllowedFormats { get; set; }
Property Value
Type Description
IList<string>

CompanionSizes

For video creatives specifies the sizes of companion ads (if present). Companion sizes may be filled in only when creative_size_type = VIDEO

Declaration
[JsonProperty("companionSizes")]
public virtual IList<Size> CompanionSizes { get; set; }
Property Value
Type Description
IList<Size>

CreativeSizeType

The creative size type.

Declaration
[JsonProperty("creativeSizeType")]
public virtual string CreativeSizeType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NativeTemplate

Output only. The native template for this creative. It will have a value only if creative_size_type = CreativeSizeType.NATIVE.

Declaration
[JsonProperty("nativeTemplate")]
public virtual string NativeTemplate { get; set; }
Property Value
Type Description
string

Size

For regular or video creative size type, specifies the size of the creative

Declaration
[JsonProperty("size")]
public virtual Size Size { get; set; }
Property Value
Type Description
Size

SkippableAdType

The type of skippable ad for this creative. It will have a value only if creative_size_type = CreativeSizeType.VIDEO.

Declaration
[JsonProperty("skippableAdType")]
public virtual string SkippableAdType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX