Class AccountActiveAdSummary
Gets a summary of active ads in an account.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class AccountActiveAdSummary : IDirectResponseSchema
Properties
AccountId
ID of the account.
Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveAds
Ads that have been activated for the account
Declaration
[JsonProperty("activeAds")]
public virtual long? ActiveAds { get; set; }
Property Value
Type | Description |
---|---|
long? |
ActiveAdsLimitTier
Maximum number of active ads allowed for the account.
Declaration
[JsonProperty("activeAdsLimitTier")]
public virtual string ActiveAdsLimitTier { get; set; }
Property Value
Type | Description |
---|---|
string |
AvailableAds
Ads that can be activated for the account.
Declaration
[JsonProperty("availableAds")]
public virtual long? AvailableAds { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountActiveAdSummary".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |