Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202402.FrequencyCap Class Reference

Represents a limit on the number of times a single viewer can be exposed to the same LineItem in a specified time period. More...

Properties

int maxImpressions [get, set]
 The maximum number of impressions than can be served to a user within a specified time period. More...
 
bool maxImpressionsSpecified [get, set]
 
int numTimeUnits [get, set]
 The number of More...
 
bool numTimeUnitsSpecified [get, set]
 
TimeUnit timeUnit [get, set]
 The unit of time for specifying the time period. More...
 
bool timeUnitSpecified [get, set]
 

Detailed Description

Represents a limit on the number of times a single viewer can be exposed to the same LineItem in a specified time period.

Property Documentation

int Google.Api.Ads.AdManager.v202402.FrequencyCap.maxImpressions
getset

The maximum number of impressions than can be served to a user within a specified time period.

bool Google.Api.Ads.AdManager.v202402.FrequencyCap.maxImpressionsSpecified
getset

true, if a value is specified for maxImpressions, false otherwise.

int Google.Api.Ads.AdManager.v202402.FrequencyCap.numTimeUnits
getset

The number of

FrequencyCap::timeUnit to represent the total time period.

bool Google.Api.Ads.AdManager.v202402.FrequencyCap.numTimeUnitsSpecified
getset

true, if a value is specified for numTimeUnits, false otherwise.

TimeUnit Google.Api.Ads.AdManager.v202402.FrequencyCap.timeUnit
getset

The unit of time for specifying the time period.

bool Google.Api.Ads.AdManager.v202402.FrequencyCap.timeUnitSpecified
getset

true, if a value is specified for timeUnit, false otherwise.


The documentation for this class was generated from the following file: