The forecasted delivery of a ProspectiveLineItem.
More...
|
| long | lineItemId [get, set] |
| | Uniquely identifies this line item delivery forecast. This value is read-only and will be either the ID of the LineItem object it represents, or More...
|
| |
| bool | lineItemIdSpecified [get, set] |
| |
| long | orderId [get, set] |
| | The unique ID for the Order object that this line item belongs to, or More...
|
| |
| bool | orderIdSpecified [get, set] |
| |
| UnitType | unitType [get, set] |
| | The unit with which the goal or cap of the LineItem is defined. Will be the same value as Goal::unitType for both a set line item or a prospective one. More...
|
| |
| bool | unitTypeSpecified [get, set] |
| |
| long | predictedDeliveryUnits [get, set] |
| | The number of units, defined by Goal::unitType, that will be delivered by the line item. Delivery of existing line items that are of same or lower priorities may be impacted. More...
|
| |
| bool | predictedDeliveryUnitsSpecified [get, set] |
| |
| long | deliveredUnits [get, set] |
| | The number of units, defined by Goal::unitType, that have already been served if the reservation is already running. More...
|
| |
| bool | deliveredUnitsSpecified [get, set] |
| |
| long | matchedUnits [get, set] |
| | The number of units, defined by Goal::unitType, that match the specified LineItem::targeting and delivery settings. More...
|
| |
| bool | matchedUnitsSpecified [get, set] |
| |
The forecasted delivery of a ProspectiveLineItem.
| long Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.deliveredUnits |
|
getset |
The number of units, defined by Goal::unitType, that have already been served if the reservation is already running.
| bool Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.deliveredUnitsSpecified |
|
getset |
| long Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.lineItemId |
|
getset |
Uniquely identifies this line item delivery forecast. This value is read-only and will be either the ID of the LineItem object it represents, or
null if the forecast represents a prospective line item.
| bool Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.lineItemIdSpecified |
|
getset |
true, if a value is specified for lineItemId, false otherwise.
| long Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.matchedUnits |
|
getset |
| bool Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.matchedUnitsSpecified |
|
getset |
true, if a value is specified for matchedUnits, false otherwise.
| long Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.orderId |
|
getset |
The unique ID for the Order object that this line item belongs to, or
null if the forecast represents a prospective line item without an LineItem::orderId set.
| bool Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.orderIdSpecified |
|
getset |
true, if a value is specified for orderId, false otherwise.
| long Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.predictedDeliveryUnits |
|
getset |
The number of units, defined by Goal::unitType, that will be delivered by the line item. Delivery of existing line items that are of same or lower priorities may be impacted.
| bool Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.predictedDeliveryUnitsSpecified |
|
getset |
| UnitType Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.unitType |
|
getset |
The unit with which the goal or cap of the LineItem is defined. Will be the same value as Goal::unitType for both a set line item or a prospective one.
| bool Google.Api.Ads.AdManager.v202508.LineItemDeliveryForecast.unitTypeSpecified |
|
getset |
true, if a value is specified for unitType, false otherwise.
The documentation for this class was generated from the following file: