[[["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-05-15 UTC."],[[["`GoalType` specifies the delivery goal type for a `LineItem`, defining whether it aims for a specific number of ad deliveries over its lifetime, daily, or has no goal."],["If no goal (`NONE`) is specified, the `LineItem` must be one of `PRICE_PRIORITY`, `AD_EXCHANGE`, or `CLICK_TRACKING` types."],["A lifetime (`LIFETIME`) goal applies to the total ad deliveries throughout the `LineItem`'s duration, and is compatible with various `LineItemType`s like `STANDARD`, `BULK`, and others."],["A daily (`DAILY`) goal focuses on achieving a delivery target each day and is applicable to `LineItemType`s such as `SPONSORSHIP`, `NETWORK`, and others."],["The `UNKNOWN` value indicates that the specific `GoalType` is not revealed by the current API version."]]],["The `GoalType` specifies goals for a `LineItem` in ad delivery. There are three goal types: `NONE`, `LIFETIME`, and `DAILY`. `NONE` indicates no delivery goal and applies to `PRICE_PRIORITY`, `AD_EXCHANGE`, and `CLICK_TRACKING` line item types. `LIFETIME` sets a goal for the entire line item duration and applies to several types. `DAILY` sets a daily delivery goal. `UNKNOWN` is used if the goal is not exposed in the API. Each goal type constrains which `LineItemType` can be used.\n"]]