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

Defines the criteria a LineItem needs to satisfy to meet its delivery goal. More...

Properties

GoalType goalType [get, set]
 The type of the goal for the More...
 
bool goalTypeSpecified [get, set]
 
UnitType unitType [get, set]
 The type of the goal unit for the More...
 
bool unitTypeSpecified [get, set]
 
long units [get, set]
 If this is a primary goal, it represents the number or percentage of impressions or clicks that will be reserved for the More...
 
bool unitsSpecified [get, set]
 

Detailed Description

Defines the criteria a LineItem needs to satisfy to meet its delivery goal.

Property Documentation

GoalType Google.Api.Ads.AdManager.v202305.Goal.goalType
getset

The type of the goal for the

LineItem. It defines the period over which the goal for LineItem should be reached.

bool Google.Api.Ads.AdManager.v202305.Goal.goalTypeSpecified
getset

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

long Google.Api.Ads.AdManager.v202305.Goal.units
getset

If this is a primary goal, it represents the number or percentage of impressions or clicks that will be reserved for the

. If the line item is of type LineItemType::SPONSORSHIP, it represents the percentage of available impressions reserved. If the line item is of type LineItemType::BULK or LineItemType::PRICE_PRIORITY, it represents the number of remaining impressions reserved. If the line item is of type LineItemType::NETWORK or LineItemType::HOUSE, it represents the percentage of remaining impressions reserved.

If this is a secondary goal, it represents the number of impressions or conversions that the line item will stop serving at if reached. For valid line item types, see LineItem::secondaryGoals.

bool Google.Api.Ads.AdManager.v202305.Goal.unitsSpecified
getset

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

UnitType Google.Api.Ads.AdManager.v202305.Goal.unitType
getset

The type of the goal unit for the

LineItem.

bool Google.Api.Ads.AdManager.v202305.Goal.unitTypeSpecified
getset

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


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