Show / Hide Table of Contents

Class TargetingValueCreativeSize

Next Id: 7

Inheritance
System.Object
TargetingValueCreativeSize
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class TargetingValueCreativeSize : IDirectResponseSchema

Properties

AllowedFormats

The formats allowed by the publisher.

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

CompanionSizes

For video size type, the list of companion sizes.

Declaration
[JsonProperty("companionSizes")]
public virtual IList<TargetingValueSize> CompanionSizes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<TargetingValueSize>

CreativeSizeType

The Creative size type.

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

ETag

The ETag of the item.

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

NativeTemplate

The native template for native ad.

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

Size

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

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

SkippableAdType

The skippable ad type for video size.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top