[[["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-08-20 UTC."],[[["`GoalType` specifies the delivery goal type for a `LineItem`, defining whether it's for the lifetime, daily, or none."],["`NONE` is used for line item types like `PRICE_PRIORITY`, `AD_EXCHANGE`, and `CLICK_TRACKING`, indicating no delivery goal."],["`LIFETIME` applies to line items with a total delivery goal throughout their lifespan, such as `STANDARD`, `BULK`, or `PRICE_PRIORITY` types."],["`DAILY` is used for line items with a daily delivery goal, including types like `SPONSORSHIP`, `NETWORK`, or `PRICE_PRIORITY`."],["`UNKNOWN` is returned when the `GoalType` value isn't available in the requested API version."]]],["The `GoalType` enumeration specifies the goal for a `LineItem`, related to ad delivery. `NONE` means no goal, applicable to specific `LineItemType`s like `PRICE_PRIORITY`. `LIFETIME` sets a delivery goal for the entire line item duration, suitable for `STANDARD` and other types. `DAILY` establishes a daily delivery goal, used by `SPONSORSHIP` and other `LineItemType`s. `UNKNOWN` indicates the value is not accessible in the API version. These goals are dependent of `ForecastService`, `LineItemService` and `ProposalLineItemService`.\n"]]