| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201403 |
| 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 |
ReconciliationReportRow.getRateType()
Gets the rateType value for this ReconciliationReportRow.
|
RateType |
RateCardCustomization.getRateType()
Gets the rateType value for this RateCardCustomization.
|
RateType |
ProposalLineItem.getRateType()
Gets the rateType value for this ProposalLineItem.
|
RateType |
Product.getRateType()
Gets the rateType value for this Product.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductTemplate.setRateType(RateType rateType)
Sets the rateType value for this ProductTemplate.
|
void |
ReconciliationReportRow.setRateType(RateType rateType)
Sets the rateType value for this ReconciliationReportRow.
|
void |
RateCardCustomization.setRateType(RateType rateType)
Sets the rateType value for this RateCardCustomization.
|
void |
ProposalLineItem.setRateType(RateType rateType)
Sets the rateType value for this ProposalLineItem.
|
void |
Product.setRateType(RateType rateType)
Sets the rateType value for this Product.
|
| 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,
Boolean useThirdPartyAdServerFromProposal,
Integer thirdPartyAdServerId,
String customThirdPartyAdServerName) |
RateCardCustomization(Long rateCardCustomizationGroupId,
Long id,
RateCardCustomizationStatus status,
RateCardFeature rateCardFeature,
RateCardCustomizationAdjustmentType adjustmentType,
Long adjustmentSize,
RateType rateType) |
ReconciliationReportRow(Long reconciliationReportId,
Long lineItemId,
Long creativeId,
Long orderId,
Long advertiserId,
BillFrom billFrom,
RateType rateType,
Money lineItemCostPerUnit,
Long lineItemContractedUnitsBought,
Long dfpVolume,
Long thirdPartyVolume,
Long manualVolume,
Long reconciledVolume,
Money contractedRevenue,
Money dfpRevenue,
Money thirdPartyRevenue,
Money manualRevenue,
Money reconciledRevenue,
String comments) |
Copyright © 2014. All Rights Reserved.