Class AdSlot
Ad Slot
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.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 |
---|---|
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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Height
Height of this ad slot.
Declaration
[JsonProperty("height")]
public virtual long? Height { get; set; }
Property Value
Type | Description |
---|---|
long? |
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 |
---|---|
long? |
Name
Name of this ad slot.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentSourceType
Payment source type of this ad slot.
Declaration
[JsonProperty("paymentSourceType")]
public virtual string PaymentSourceType { get; set; }
Property Value
Type | Description |
---|---|
string |
Primary
Primary ad slot of a roadblock inventory item.
Declaration
[JsonProperty("primary")]
public virtual bool? Primary { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Width
Width of this ad slot.
Declaration
[JsonProperty("width")]
public virtual long? Width { get; set; }
Property Value
Type | Description |
---|---|
long? |