type ProposalLineItemProgrammaticError (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Programmatic proposal line items are associated with errors related to the ProposalLineItemService.
These errors include details such as the field path causing the error, a parsed field path, the data that triggered the error, and a simple string representation of the error.
The ProposalLineItemProgrammaticError includes a reason enum detailing specific errors, such as invalid product types, unsupported features like video players or creative set roadblocking, and invalid settings for rate type, cost, and creative source.
Additional errors relate to invalid values for units and creative duration, restrictions on updating creative sources after sending to a buyer, limitations on mixing guaranteed and preferred deals, and issues with buyer status and environment platform pairs.
A parsed copy of the field path. For example, the field path "operations[1].operand"
corresponds to this list: {FieldPathElement(field = "operations", index = 1),
FieldPathElement(field = "operand", index = null)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
[[["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 2025-08-06 UTC."],[],["The content details errors related to the `ProposalLineItemService`, specifically `ProposalLineItemProgrammaticError`. This service handles programmatic proposal line items. Key actions involve identifying and resolving issues such as invalid product types, unsupported video environments, incorrect creative rotations, and incompatible rate types (only CPM supported). The service also defines errors related to creative source updates, unit validation, mixing deal types, sizes, invalid contracted units, programmatic pricing models, and buyer issues. These errors all define constraints and limitations.\n"]]