| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201206 |
| Modifier and Type | Field and Description |
|---|---|
static InventoryStatus |
InventoryStatus.ACTIVE |
static InventoryStatus |
InventoryStatus.ARCHIVED |
static InventoryStatus |
InventoryStatus.INACTIVE |
| Modifier and Type | Method and Description |
|---|---|
static InventoryStatus |
InventoryStatus.fromString(String value) |
static InventoryStatus |
InventoryStatus.fromValue(String value) |
InventoryStatus |
AdUnit.getStatus()
Gets the status value for this AdUnit.
|
InventoryStatus |
Placement.getStatus()
Gets the status value for this Placement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdUnit.setStatus(InventoryStatus status)
Sets the status value for this AdUnit.
|
void |
Placement.setStatus(InventoryStatus status)
Sets the status value for this Placement.
|
| 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,
Boolean explicitlyTargeted,
AdSenseSettingsInheritedProperty inheritedAdSenseSettings,
LabelFrequencyCap[] appliedLabelFrequencyCaps,
LabelFrequencyCap[] effectiveLabelFrequencyCaps,
long[] effectiveTeamIds,
long[] appliedTeamIds,
DateTime lastModifiedDateTime) |
Placement(String targetingDescription,
String targetingSiteName,
String targetingAdLocation,
String siteTargetingInfoType,
Long id,
String name,
String description,
String placementCode,
InventoryStatus status,
Boolean isAdSenseTargetingEnabled,
Boolean isAdPlannerTargetingEnabled,
String adSenseTargetingLocale,
String[] targetedAdUnitIds,
DateTime lastModifiedDateTime) |
Copyright © 2013. All Rights Reserved.