Show / Hide Table of Contents

Class FrequencyCap

Message contains details about publisher-set frequency caps of the delivery.

Inheritance
object
FrequencyCap
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX