Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
FrequencyCap |
FrequencyCap.clone() |
FrequencyCap |
DeliverySchedule.getFrequencyCap()
Limit on the number of times an individual user can be served the ad within a specified period
of time.
|
FrequencyCap |
FrequencyCap.set(String fieldName,
Object value) |
FrequencyCap |
FrequencyCap.setDuration(Long duration)
Duration of time, in seconds, for this frequency cap.
|
FrequencyCap |
FrequencyCap.setImpressions(Long impressions)
Number of times an individual user can be served the ad within the specified duration.
|
Modifier and Type | Method and Description |
---|---|
DeliverySchedule |
DeliverySchedule.setFrequencyCap(FrequencyCap frequencyCap)
Limit on the number of times an individual user can be served the ad within a specified period
of time.
|
Copyright © 2011–2025 Google. All rights reserved.