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.
Programmatic line items only support CostType.CPM.
SIZE_NOT_SUPPORTED
Programmatic line items only support a creative size that is supported by AdX.
The list of supported sizes is maintained based on the list published in the help docs:
https://support.google.com/adxseller/answer/1100453
ZERO_COST_PER_UNIT_NOT_SUPPORTED
Zero cost per unit is not supported by programmatic line items.
CANNOT_UPDATE_FIELD_FOR_APPROVED_LINE_ITEMS
Some fields cannot be updated on approved line items.
CANNOT_CREATE_LINE_ITEM_FOR_APPROVED_ORDER
Creating a new line item in an approved order is not allowed.
[[["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."],[[["ForecastService.ProgrammaticError indicates errors specifically related to programmatic line items in Google Ad Manager."],["These errors often involve limitations or restrictions on features available for programmatic line items, such as creative rotation types, line item types, or cost types."],["Programmatic line items are subject to specific requirements, including supported creative sizes and minimum cost-per-unit values."],["Certain fields or actions, like updating backfill web properties or creating new line items, may be restricted for approved programmatic line items or orders."],["This error helps ensure that programmatic line items adhere to Ad Manager's guidelines and Ad Exchange's compatibility standards for optimal performance."]]],["The `ForecastService` manages various error types, including `ApiError` and its numerous subclasses, such as `AuthenticationError`, `ForecastError`, and `QuotaError`. It also handles `ProgrammaticError`, which encompasses specific issues with programmatic line items. These errors cover aspects like unsupported features (e.g., audience extension, video, roadblocking), invalid line item types or cost types, creative sizes not supported by AdX, and restrictions on updating fields or creating line items for approved orders. There is also a minimum cost per unit.\n"]]