Class AdUnit
public class AdUnit : IDirectResponseSchema
- Inheritance
-
AdUnit
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
AdUnit()
public AdUnit()
Properties
Code
Identity code of this ad unit, not necessarily unique across ad clients.
public virtual string Code { get; set; }
Property Value
ContentAdsSettings
Settings specific to content ads (AFC) and highend mobile content ads (AFMC - deprecated).
public virtual AdUnit.ContentAdsSettingsData ContentAdsSettings { get; set; }
Property Value
CustomStyle
Custom style information specific to this ad unit.
public virtual AdStyle CustomStyle { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
FeedAdsSettings
Settings specific to feed ads (AFF) - deprecated.
public virtual AdUnit.FeedAdsSettingsData FeedAdsSettings { get; set; }
Property Value
Id
Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
public virtual string Id { get; set; }
Property Value
Kind
Kind of resource this is, in this case adsense#adUnit.
public virtual string Kind { get; set; }
Property Value
MobileContentAdsSettings
Settings specific to WAP mobile content ads (AFMC) - deprecated.
public virtual AdUnit.MobileContentAdsSettingsData MobileContentAdsSettings { get; set; }
Property Value
Name
Name of this ad unit.
public virtual string Name { get; set; }
Property Value
SavedStyleId
ID of the saved ad style which holds this ad unit's style information.
public virtual string SavedStyleId { get; set; }
Property Value
Status
Status of this ad unit. Possible values are: NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it.
ACTIVE: Indicates that there has been activity on this ad unit in the last seven days.
INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days.
public virtual string Status { get; set; }