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

An interval of a CustomPacingCurve. A custom pacing goal contains a start time and an amount. The goal will apply until either the next custom pacing goal's More...

Properties

DateTime startDateTime [get, set]
 The start date and time of the goal. This field is required unless More...
 
bool useLineItemStartDateTime [get, set]
 Whether the LineItem::startDateTime should be used for the start date and time of this goal. This field is not persisted and if it is set to true, the More...
 
bool useLineItemStartDateTimeSpecified [get, set]
 
long amount [get, set]
 
bool amountSpecified [get, set]
 

Detailed Description

An interval of a CustomPacingCurve. A custom pacing goal contains a start time and an amount. The goal will apply until either the next custom pacing goal's

or the line item's end time if it is the last goal.

Property Documentation

long Google.Api.Ads.AdManager.v202402.CustomPacingGoal.amount
getset
bool Google.Api.Ads.AdManager.v202402.CustomPacingGoal.amountSpecified
getset

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

DateTime Google.Api.Ads.AdManager.v202402.CustomPacingGoal.startDateTime
getset

The start date and time of the goal. This field is required unless

useLineItemStartDateTime is true.

bool Google.Api.Ads.AdManager.v202402.CustomPacingGoal.useLineItemStartDateTime
getset

Whether the LineItem::startDateTime should be used for the start date and time of this goal. This field is not persisted and if it is set to true, the

startDateTime field will be populated by the line item's start time.

bool Google.Api.Ads.AdManager.v202402.CustomPacingGoal.useLineItemStartDateTimeSpecified
getset

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


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