The number of click-through Cost-Per-Action (CPA) conversions from creatives
associated with the line item. This is only supported as secondary goal and the
LineItem.costType must be CostType.CPA.
VIEW_THROUGH_CPA_CONVERSIONS
The number of view-through Cost-Per-Action (CPA) conversions from creatives
associated with the line item. This is only supported as secondary goal and the
LineItem.costType must be CostType.CPA.
TOTAL_CPA_CONVERSIONS
The number of total Cost-Per-Action (CPA) conversions from creatives
associated with the line item. This is only supported as secondary goal and the
LineItem.costType must be CostType.CPA.
The value returned if the actual value is not exposed by the requested API version.
units
xsd:long
If this is a primary goal, it represents the number or percentage
of impressions or clicks that will be reserved for the
LineItem. If the line item is of
type LineItemType.SPONSORSHIP, it represents the percentage of available
impressions reserved. If the line item is of type
LineItemType.BULK or LineItemType.PRICE_PRIORITY, it represents the number
of remaining impressions reserved. If the line item is of type
LineItemType.NETWORK or LineItemType.HOUSE, it represents the
percentage of remaining impressions reserved.
If this is a secondary goal, it represents the number of
impressions or conversions that the line item will stop serving at
if reached. For valid line item types, see LineItem.secondaryGoals.
[[["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-13 UTC."],[[["Defines the delivery objectives for a LineItem, specifying criteria for successful delivery."],["Encompasses goal types like lifetime, daily, or none, aligning with LineItem types for delivery periods."],["Specifies goal units, including impressions, clicks, conversions, and viewable impressions, among others, as metrics for delivery."],["If it's a primary goal, `units` signifies reserved impressions/clicks; for secondary goals, it's the stopping point upon reaching the target."]]],["The `Goal` defines criteria for a `LineItem` to meet its delivery objective. `goalType` specifies the goal's timeframe, which can be `NONE`, `LIFETIME`, or `DAILY`, influencing which `LineItemType` is valid. `unitType` defines the goal unit, such as `IMPRESSIONS` or `CLICKS`, with certain types limited to specific `LineItemType`. `units` define the number or percentage of impressions/clicks for the `LineItem`, differing based on whether it's a primary or secondary goal, or the `LineItemType`.\n"]]