| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201311 |
| Modifier and Type | Field and Description |
|---|---|
static FrequencyCapBehavior |
FrequencyCapBehavior.DEFER |
static FrequencyCapBehavior |
FrequencyCapBehavior.TURN_OFF |
static FrequencyCapBehavior |
FrequencyCapBehavior.TURN_ON |
static FrequencyCapBehavior |
FrequencyCapBehavior.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static FrequencyCapBehavior |
FrequencyCapBehavior.fromString(String value) |
static FrequencyCapBehavior |
FrequencyCapBehavior.fromValue(String value) |
FrequencyCapBehavior |
AdRule.getFrequencyCapBehavior()
Gets the frequencyCapBehavior value for this AdRule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdRule.setFrequencyCapBehavior(FrequencyCapBehavior frequencyCapBehavior)
Sets the frequencyCapBehavior value for this AdRule.
|
| Constructor and Description |
|---|
AdRule(Integer id,
String name,
Integer priority,
Targeting targeting,
DateTime startDateTime,
StartDateTimeType startDateTimeType,
DateTime endDateTime,
Boolean unlimitedEndDateTime,
AdRuleStatus status,
FrequencyCapBehavior frequencyCapBehavior,
Integer maxImpressionsPerLineItemPerStream,
Integer maxImpressionsPerLineItemPerPod,
BaseAdRuleSlot preroll,
BaseAdRuleSlot midroll,
BaseAdRuleSlot postroll) |
Copyright © 2013. All Rights Reserved.