Class FrequencyCap
Frequency Cap.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class FrequencyCap : IDirectResponseSchema
Properties
Duration
Duration of time, in seconds, for this frequency cap. The maximum duration is 90 days. Acceptable values are 1 to 7776000, inclusive.
Declaration
[JsonProperty("duration")]
public virtual long? Duration { 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 |
Impressions
Number of times an individual user can be served the ad within the specified duration. Acceptable values are 1 to 15, inclusive.
Declaration
[JsonProperty("impressions")]
public virtual long? Impressions { get; set; }
Property Value
Type | Description |
---|---|
long? |