| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201708 |
| Modifier and Type | Class and Description |
|---|---|
class |
NoPoddingAdRuleSlot
An ad rule slot with no podding.
|
class |
OptimizedPoddingAdRuleSlot
Ad rule slot with optimized podding.
|
class |
StandardPoddingAdRuleSlot
An ad rule slot with standard podding.
|
class |
UnknownAdRuleSlot
The
BaseAdRuleSlot subtype returned if the actual type
is not exposed by the requested
API version. |
| Modifier and Type | Method and Description |
|---|---|
BaseAdRuleSlot |
AdRule.getMidroll()
Gets the midroll value for this AdRule.
|
BaseAdRuleSlot |
AdRule.getPostroll()
Gets the postroll value for this AdRule.
|
BaseAdRuleSlot |
AdRule.getPreroll()
Gets the preroll value for this AdRule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdRule.setMidroll(BaseAdRuleSlot midroll)
Sets the midroll value for this AdRule.
|
void |
AdRule.setPostroll(BaseAdRuleSlot postroll)
Sets the postroll value for this AdRule.
|
void |
AdRule.setPreroll(BaseAdRuleSlot preroll)
Sets the preroll value for this AdRule.
|
| Constructor and Description |
|---|
AdRule(Long adRuleId,
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 © 2018. All Rights Reserved.