[[["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-11-19 UTC."],[[["`GoalType` specifies the delivery goal type for a LineItem, impacting how many ads it aims to deliver."],["It has four possible values: `NONE`, `LIFETIME`, `DAILY`, and `UNKNOWN`."],["Each `GoalType` value is compatible with specific LineItem types, such as `STANDARD`, `SPONSORSHIP`, or `PRICE_PRIORITY`."],["`NONE` is used when there's no delivery goal, while `LIFETIME` and `DAILY` define goals for the line item's lifetime or daily delivery."],["`UNKNOWN` indicates the actual value isn't exposed by the API version."]]],["The content details the `GoalType` enumeration, which specifies goals for a `LineItem` related to ad delivery. There are four types: `NONE` (no goal), used with specific `LineItemType` such as `PRICE_PRIORITY`, `LIFETIME` (goal for the entire line item duration), used with line items such as `STANDARD`, `DAILY` (daily delivery goal) for line items like `SPONSORSHIP`, and `UNKNOWN` for values not exposed by the API. Each `GoalType` is linked to specific `LineItemType` values.\n"]]