| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201311 |
| Modifier and Type | Field and Description |
|---|---|
static RateType |
RateType.CPC |
static RateType |
RateType.CPD |
static RateType |
RateType.CPM |
static RateType |
RateType.CPU |
static RateType |
RateType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static RateType |
RateType.fromString(String value) |
static RateType |
RateType.fromValue(String value) |
RateType |
ProductTemplate.getRateType()
Gets the rateType value for this ProductTemplate.
|
RateType |
RateCardCustomization.getRateType()
Gets the rateType value for this RateCardCustomization.
|
RateType |
Product.getRateType()
Gets the rateType value for this Product.
|
RateType |
ProposalLineItem.getRateType()
Gets the rateType value for this ProposalLineItem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductTemplate.setRateType(RateType rateType)
Sets the rateType value for this ProductTemplate.
|
void |
RateCardCustomization.setRateType(RateType rateType)
Sets the rateType value for this RateCardCustomization.
|
void |
Product.setRateType(RateType rateType)
Sets the rateType value for this Product.
|
void |
ProposalLineItem.setRateType(RateType rateType)
Sets the rateType value for this ProposalLineItem.
|
| 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) |
ProposalLineItem(Long id,
Long proposalId,
Long rateCardId,
String productId,
String name,
DateTime startDateTime,
DateTime endDateTime,
String notes,
CostAdjustment costAdjustment,
Boolean isArchived,
Long unitsBought,
Integer unitsBoughtBuffer,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
CompanionDeliveryOption companionDeliveryOption,
CreativeRotationType creativeRotationType,
FrequencyCap[] frequencyCaps,
Long dfpLineItemId,
LineItemType lineItemType,
Integer lineItemPriority,
RateType rateType,
CreativePlaceholder[] creativePlaceholders,
Targeting targeting,
BaseCustomFieldValue[] customFieldValues,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
ProposalLineItemPremium[] premiums,
Money baseRate,
Money costPerUnit,
Money cost,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
ComputedStatus computedStatus,
BillingCap billingCap,
BillingSchedule billingSchedule,
BillingSource billingSource,
DateTime lastModifiedDateTime) |
RateCardCustomization(Long rateCardId,
Long id,
RateCardCustomizationStatus status,
RateCardFeature rateCardFeature,
RateCardCustomizationAdjustmentType adjustmentType,
Long adjustmentSize,
RateType rateType) |
Copyright © 2014. All Rights Reserved.