Show / Hide Table of Contents

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.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX