| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201306 |
| Modifier and Type | Field and Description |
|---|---|
static RateType |
RateType.CPC |
static RateType |
RateType.CPD |
static RateType |
RateType.CPM |
static RateType |
RateType.FLAT_RATE |
static RateType |
RateType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static RateType |
RateType.fromString(String value) |
static RateType |
RateType.fromValue(String value) |
RateType |
Product.getRateType()
Gets the rateType value for this Product.
|
RateType |
RateCardCustomization.getRateType()
Gets the rateType value for this RateCardCustomization.
|
RateType |
ProductTemplate.getRateType()
Gets the rateType value for this ProductTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setRateType(RateType rateType)
Sets the rateType value for this Product.
|
void |
RateCardCustomization.setRateType(RateType rateType)
Sets the rateType value for this RateCardCustomization.
|
void |
ProductTemplate.setRateType(RateType rateType)
Sets the rateType value for this ProductTemplate.
|
| Constructor and Description |
|---|
Product(String name,
ProductStatus status,
ProductType productType,
Long productTemplateId,
String id,
String notes,
String productTemplateDescription,
DateTime lastModifiedDateTime,
RateType rateType,
RoadblockingType roadblockingType,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
Boolean allowFrequencyCapsCustomization,
ProductTemplateTargeting targeting,
BaseCustomFieldValue[] customFieldValues) |
ProductTemplate(Long id,
String name,
DateTime creationDateTime,
DateTime lastModifiedDateTime,
String description,
String nameMacro,
ProductTemplateStatus status,
ProductType productType,
Long creatorId,
RateType rateType,
RoadblockingType roadblockingType,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
Boolean allowFrequencyCapsCustomization,
ProductSegmentation productSegmentation,
ProductTemplateTargeting targeting,
BaseCustomFieldValue[] customFieldValues) |
RateCardCustomization(Long rateCardId,
Long id,
RateCardCustomizationStatus status,
RateCardFeature rateCardFeature,
RateCardCustomizationAdjustmentType adjustmentType,
Long adjustmentSize,
RateType rateType) |
Copyright © 2013. All Rights Reserved.