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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-02 UTC."],[[["CustomPacingGoal defines an interval within a CustomPacingCurve, specifying a start time and target amount for pacing."],["Each goal's pacing target remains active until the next goal's start time or the line item's end time."],["The start time of a goal can either be explicitly set or inherit from the associated LineItem's startDateTime."],["A goal includes a target amount that pacing aims to achieve within the defined interval."]]],[]]