type CustomPacingGoal (v202402)
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 getStartTime
or
the line item's end time if it is the last goal.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Field
|
startDateTime
|
DateTime
The start date and time of the goal. This field is required unless useLineItemStartDateTime is true.
|
useLineItemStartDateTime
|
xsd:boolean
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.
|
amount
|
xsd:long
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["CustomPacingGoal defines an interval within a CustomPacingCurve, specifying a target amount to be reached within that timeframe."],["Each goal's timeframe begins at its start time and extends until the next goal's start time or the line item's end time."],["It has fields for startDateTime, useLineItemStartDateTime and amount, enabling flexible scheduling and target setting."],["If useLineItemStartDateTime is true, the goal's start time automatically aligns with the associated line item's start time."]]],["The `CustomPacingGoal` defines a time-bound interval within a `CustomPacingCurve` for `ForecastService`. It specifies a start time (`startDateTime`) and an `amount`, which applies until the next goal's start or the line item's end time. Alternatively, `useLineItemStartDateTime` can align the goal's start with the line item's start time, overriding `startDateTime`. The `amount` represents a quantity. This information can be found in the namespace `https://www.google.com/apis/ads/publisher/v202402`.\n"]]