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

Indicates the delivery performance of the LineItem. More...

Properties

double expectedDeliveryPercentage [get, set]
 How much the More...
 
bool expectedDeliveryPercentageSpecified [get, set]
 
double actualDeliveryPercentage [get, set]
 How much the line item actually delivered as a percentage of LineItem::primaryGoal. More...
 
bool actualDeliveryPercentageSpecified [get, set]
 

Detailed Description

Indicates the delivery performance of the LineItem.

Property Documentation

double Google.Api.Ads.AdManager.v202305.DeliveryIndicator.actualDeliveryPercentage
getset

How much the line item actually delivered as a percentage of LineItem::primaryGoal.

bool Google.Api.Ads.AdManager.v202305.DeliveryIndicator.actualDeliveryPercentageSpecified
getset

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

double Google.Api.Ads.AdManager.v202305.DeliveryIndicator.expectedDeliveryPercentage
getset

How much the

LineItem was expected to deliver as a percentage of LineItem::primaryGoal.

bool Google.Api.Ads.AdManager.v202305.DeliveryIndicator.expectedDeliveryPercentageSpecified
getset

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


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