Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202308.LineItemDeliveryForecast Class Reference

The forecasted delivery of a ProspectiveLineItem. More...

Properties

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]
 

Detailed Description

The forecasted delivery of a ProspectiveLineItem.

Property Documentation

long Google.Api.Ads.AdManager.v202308.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.v202308.LineItemDeliveryForecast.deliveredUnitsSpecified
getset

true, if a value is specified for deliveredUnits, false otherwise.

long Google.Api.Ads.AdManager.v202308.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.v202308.LineItemDeliveryForecast.lineItemIdSpecified
getset

true, if a value is specified for lineItemId, false otherwise.

long Google.Api.Ads.AdManager.v202308.LineItemDeliveryForecast.matchedUnits
getset

The number of units, defined by Goal::unitType, that match the specified LineItem::targeting and delivery settings.

bool Google.Api.Ads.AdManager.v202308.LineItemDeliveryForecast.matchedUnitsSpecified
getset

true, if a value is specified for matchedUnits, false otherwise.

long Google.Api.Ads.AdManager.v202308.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.v202308.LineItemDeliveryForecast.orderIdSpecified
getset

true, if a value is specified for orderId, false otherwise.

long Google.Api.Ads.AdManager.v202308.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.v202308.LineItemDeliveryForecast.predictedDeliveryUnitsSpecified
getset

true, if a value is specified for predictedDeliveryUnits, false otherwise.

UnitType Google.Api.Ads.AdManager.v202308.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.v202308.LineItemDeliveryForecast.unitTypeSpecified
getset

true, if a value is specified for unitType, false otherwise.


The documentation for this class was generated from the following file: