Show / Hide Table of Contents

Class AdSlot

Ad Slot

Inheritance
System.Object
AdSlot
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.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class AdSlot : IDirectResponseSchema

Properties

Comment

Comment for this ad slot.

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

Compatibility

Ad slot compatibility. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop, mobile devices or in mobile apps for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard.

Declaration
[JsonProperty("compatibility")]
public virtual string Compatibility { 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

Height

Height of this ad slot.

Declaration
[JsonProperty("height")]
public virtual long? Height { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

LinkedPlacementId

ID of the placement from an external platform that is linked to this ad slot.

Declaration
[JsonProperty("linkedPlacementId")]
public virtual long? LinkedPlacementId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Name

Name of this ad slot.

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

PaymentSourceType

Payment source type of this ad slot.

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

Primary

Primary ad slot of a roadblock inventory item.

Declaration
[JsonProperty("primary")]
public virtual bool? Primary { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Width

Width of this ad slot.

Declaration
[JsonProperty("width")]
public virtual long? Width { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

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