| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201811 |
| Modifier and Type | Field and Description |
|---|---|
static ProductType |
ProductType.DFP |
static ProductType |
ProductType.NON_DFP |
static ProductType |
ProductType.OFFLINE |
static ProductType |
ProductType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ProductType |
ProductType.fromString(String value) |
static ProductType |
ProductType.fromValue(String value) |
ProductType |
ProductTemplate.getProductType()
Gets the productType value for this ProductTemplate.
|
ProductType |
Product.getProductType()
Gets the productType value for this Product.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductTemplate.setProductType(ProductType productType)
Sets the productType value for this ProductTemplate.
|
void |
Product.setProductType(ProductType productType)
Sets the productType value for this Product.
|
| Constructor and Description |
|---|
Product(String name,
ValueSourceType nameSource,
ProductStatus status,
ProductType productType,
Long productTemplateId,
Long id,
String notes,
String productTemplateDescription,
DateTime lastModifiedDateTime,
RateType rateType,
RoadblockingType roadblockingType,
DeliveryRateType deliveryRateType,
CreativeRotationType creativeRotationType,
CompanionDeliveryOption companionDeliveryOption,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
Targeting builtInTargeting,
CustomizableAttributes customizableAttributes,
BaseCustomFieldValue[] customFieldValues,
EnvironmentType environmentType,
ProductMarketplaceInfo productMarketplaceInfo,
Long videoMaxDuration) |
ProductTemplate(Long id,
String name,
DateTime creationDateTime,
DateTime lastModifiedDateTime,
String description,
String nameMacro,
ProductTemplateStatus status,
ProductType productType,
Long creatorId,
RateType rateType,
RoadblockingType roadblockingType,
DeliveryRateType deliveryRateType,
CreativeRotationType creativeRotationType,
CompanionDeliveryOption companionDeliveryOption,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
ProductSegmentation productSegmentation,
Targeting builtInTargeting,
CustomizableAttributes customizableAttributes,
BaseCustomFieldValue[] customFieldValues,
EnvironmentType environmentType,
Long videoMaxDuration,
ProductTemplateMarketplaceInfo productTemplateMarketplaceInfo) |
Copyright © 2019. All rights reserved.