| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201403 |
| Modifier and Type | Field and Description |
|---|---|
static AdUnitTargetWindow |
AdUnitTargetWindow.BLANK |
static AdUnitTargetWindow |
AdUnitTargetWindow.TOP |
| Modifier and Type | Method and Description |
|---|---|
static AdUnitTargetWindow |
AdUnitTargetWindow.fromString(String value) |
static AdUnitTargetWindow |
AdUnitTargetWindow.fromValue(String value) |
AdUnitTargetWindow |
AdUnit.getTargetWindow()
Gets the targetWindow value for this AdUnit.
|
AdUnitTargetWindow |
SuggestedAdUnit.getTargetWindow()
Gets the targetWindow value for this SuggestedAdUnit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdUnit.setTargetWindow(AdUnitTargetWindow targetWindow)
Sets the targetWindow value for this AdUnit.
|
void |
SuggestedAdUnit.setTargetWindow(AdUnitTargetWindow targetWindow)
Sets the targetWindow value for this SuggestedAdUnit.
|
| Constructor and Description |
|---|
AdUnit(String id,
String parentId,
Boolean hasChildren,
AdUnitParent[] parentPath,
String name,
String description,
AdUnitTargetWindow targetWindow,
InventoryStatus status,
String adUnitCode,
AdUnitSize[] adUnitSizes,
TargetPlatform targetPlatform,
MobilePlatform mobilePlatform,
Boolean explicitlyTargeted,
AdSenseSettingsInheritedProperty inheritedAdSenseSettings,
Long partnerId,
LabelFrequencyCap[] appliedLabelFrequencyCaps,
LabelFrequencyCap[] effectiveLabelFrequencyCaps,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
long[] effectiveTeamIds,
long[] appliedTeamIds,
DateTime lastModifiedDateTime,
SmartSizeMode smartSizeMode) |
SuggestedAdUnit(String id,
Long numRequests,
String[] path,
AdUnitParent[] parentPath,
AdUnitTargetWindow targetWindow,
TargetPlatform targetPlatform,
AdUnitSize[] suggestedAdUnitSizes) |
Copyright © 2014. All Rights Reserved.