| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202111 |
| Modifier and Type | Field and Description |
|---|---|
static AdSpotTargetingType |
AdSpotTargetingType.EXPLICITLY_TARGETED |
static AdSpotTargetingType |
AdSpotTargetingType.EXPLICITLY_TARGETED_EXCEPT_HOUSE |
static AdSpotTargetingType |
AdSpotTargetingType.NOT_REQUIRED |
static AdSpotTargetingType |
AdSpotTargetingType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AdSpotTargetingType |
AdSpotTargetingType.fromString(String value) |
static AdSpotTargetingType |
AdSpotTargetingType.fromValue(String value) |
AdSpotTargetingType |
AdSpot.getTargetingType()
Gets the targetingType value for this AdSpot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdSpot.setTargetingType(AdSpotTargetingType targetingType)
Sets the targetingType value for this AdSpot.
|
| Constructor and Description |
|---|
AdSpot(Long id,
String name,
String displayName,
Boolean customSpot,
Boolean flexible,
Long maxDurationMillis,
Integer maxNumberOfAds,
AdSpotTargetingType targetingType,
Boolean backfillBlocked,
LineItemType[] allowedLineItemTypes,
Boolean inventorySharingBlocked) |
Copyright © 2021. All rights reserved.