| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201311 |
| Modifier and Type | Field and Description |
|---|---|
static CostType |
CostType.CPC |
static CostType |
CostType.CPD |
static CostType |
CostType.CPM |
static CostType |
CostType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CostType |
CostType.fromString(String value) |
static CostType |
CostType.fromValue(String value) |
CostType |
LineItemSummary.getCostType()
Gets the costType value for this LineItemSummary.
|
CostType |
ReconciliationReportRow.getLineItemCostType()
Gets the lineItemCostType value for this ReconciliationReportRow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItemSummary.setCostType(CostType costType)
Sets the costType value for this LineItemSummary.
|
void |
ReconciliationReportRow.setLineItemCostType(CostType lineItemCostType)
Sets the lineItemCostType value for this ReconciliationReportRow.
|
| Constructor and Description |
|---|
LineItem(Long orderId,
Long id,
String name,
String externalId,
String orderName,
DateTime startDateTime,
StartDateTimeType startDateTimeType,
DateTime endDateTime,
Integer autoExtensionDays,
Boolean unlimitedEndDateTime,
CreativeRotationType creativeRotationType,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
FrequencyCap[] frequencyCaps,
LineItemType lineItemType,
Integer priority,
UnitType unitType,
LineItemSummaryDuration duration,
Long unitsBought,
Money costPerUnit,
Money valueCostPerUnit,
CostType costType,
LineItemDiscountType discountType,
Double discount,
Long contractedUnitsBought,
CreativePlaceholder[] creativePlaceholders,
TargetPlatform targetPlatform,
EnvironmentType environmentType,
CompanionDeliveryOption companionDeliveryOption,
CreativePersistenceType creativePersistenceType,
Boolean allowOverbook,
Boolean skipInventoryCheck,
Boolean reserveAtCreation,
Stats stats,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
Money budget,
ComputedStatus status,
LineItemSummaryReservationStatus reservationStatus,
Boolean isArchived,
String webPropertyCode,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Boolean disableSameAdvertiserCompetitiveExclusion,
String lastModifiedByApp,
String notes,
DateTime lastModifiedDateTime,
DateTime creationDateTime,
Boolean isPrioritizedPreferredDealsEnabled,
Integer adExchangeAuctionOpeningPriority,
BaseCustomFieldValue[] customFieldValues,
Boolean isMissingCreatives,
String lineItemSummaryType,
Targeting targeting) |
LineItemSummary(Long orderId,
Long id,
String name,
String externalId,
String orderName,
DateTime startDateTime,
StartDateTimeType startDateTimeType,
DateTime endDateTime,
Integer autoExtensionDays,
Boolean unlimitedEndDateTime,
CreativeRotationType creativeRotationType,
DeliveryRateType deliveryRateType,
RoadblockingType roadblockingType,
FrequencyCap[] frequencyCaps,
LineItemType lineItemType,
Integer priority,
UnitType unitType,
LineItemSummaryDuration duration,
Long unitsBought,
Money costPerUnit,
Money valueCostPerUnit,
CostType costType,
LineItemDiscountType discountType,
Double discount,
Long contractedUnitsBought,
CreativePlaceholder[] creativePlaceholders,
TargetPlatform targetPlatform,
EnvironmentType environmentType,
CompanionDeliveryOption companionDeliveryOption,
CreativePersistenceType creativePersistenceType,
Boolean allowOverbook,
Boolean skipInventoryCheck,
Boolean reserveAtCreation,
Stats stats,
DeliveryIndicator deliveryIndicator,
DeliveryData deliveryData,
Money budget,
ComputedStatus status,
LineItemSummaryReservationStatus reservationStatus,
Boolean isArchived,
String webPropertyCode,
AppliedLabel[] appliedLabels,
AppliedLabel[] effectiveAppliedLabels,
Boolean disableSameAdvertiserCompetitiveExclusion,
String lastModifiedByApp,
String notes,
DateTime lastModifiedDateTime,
DateTime creationDateTime,
Boolean isPrioritizedPreferredDealsEnabled,
Integer adExchangeAuctionOpeningPriority,
BaseCustomFieldValue[] customFieldValues,
Boolean isMissingCreatives,
String lineItemSummaryType) |
ReconciliationReportRow(Long reconciliationReportId,
Long lineItemId,
Long creativeId,
Long orderId,
Long advertiserId,
BillFrom billFrom,
CostType lineItemCostType,
Money lineItemCostPerUnit,
Long lineItemContractedUnitsBought,
Long dfpClicks,
Long dfpImpressions,
Integer dfpLineItemDays,
Long thirdPartyClicks,
Long thirdPartyImpressions,
Integer thirdPartyLineItemDays,
Long manualClicks,
Long manualImpressions,
Integer manualLineItemDays,
Long reconciledClicks,
Long reconciledImpressions,
Integer reconciledLineItemDays,
Money contractedRevenue,
Money dfpRevenue,
Money thirdPartyRevenue,
Money manualRevenue,
Money reconciledRevenue,
String comments) |
Copyright © 2014. All Rights Reserved.