Class FrequencyCap
Message contains details about publisher-set frequency caps of the delivery.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class FrequencyCap : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxImpressions
The maximum number of impressions that can be served to a user within the specified time period.
Declaration
[JsonProperty("maxImpressions")]
public virtual int? MaxImpressions { get; set; }
Property Value
Type | Description |
---|---|
int? |
TimeUnitType
The time unit. Along with num_time_units defines the amount of time over which impressions per user are counted and capped.
Declaration
[JsonProperty("timeUnitType")]
public virtual string TimeUnitType { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeUnitsCount
The amount of time, in the units specified by time_unit_type. Defines the amount of time over which impressions per user are counted and capped.
Declaration
[JsonProperty("timeUnitsCount")]
public virtual int? TimeUnitsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |