Show / Hide Table of Contents

Class TargetFrequency

Setting that controls the average number of times the ads will show to the same person over a certain period of time.

Inheritance
object
TargetFrequency
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class TargetFrequency : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TargetCount

The target number of times, on average, the ads will be shown to the same person in the timespan dictated by time_unit and time_unit_count.

Declaration
[JsonProperty("targetCount")]
public virtual long? TargetCount { get; set; }
Property Value
Type Description
long?

TimeUnit

The unit of time in which the target frequency will be applied. The following time unit is applicable: * TIME_UNIT_WEEKS

Declaration
[JsonProperty("timeUnit")]
public virtual string TimeUnit { get; set; }
Property Value
Type Description
string

TimeUnitCount

The number of time_unit the target frequency will last. The following restrictions apply based on the value of time_unit: * TIME_UNIT_WEEKS - must be 1

Declaration
[JsonProperty("timeUnitCount")]
public virtual int? TimeUnitCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX