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.
The adjustment has ad request source settings with a targeting expression that contains
request platform targeting that is not equal to the request platform targeting of the
targeting expression of the parent traffic forecast segment.
The adjustment has ad request historical basis settings with a source time duration that is
too short given the adjustment date range.
ADJUSTED_VALUE_ABOVE_RECOMMENDED_RELATIVE_LIMIT
The adjustment contains at least one daily value above the recommended limit relative to the
current forecast. This error will only be thrown if adjusting the forecast above the
recommended limit is disallowed in the current request.
ADJUSTED_VALUE_TOO_HIGH_RELATIVE_TO_FORECAST
The adjustment contains at least one daily value above the allowed maximum percentage of the
current forecast.
ADJUSTED_VALUE_TOO_LOW
The adjustment contains at least one daily value below the allowed minimum.
ADJUSTED_VALUE_TOO_LOW_RELATIVE_TO_FORECAST
The adjustment contains at least one daily value below the allowed minimum percentage of the
current forecast.
ADJUSTS_CROSS_SELL_INVENTORY
The adjustment is attempting to adjust cross-sell inventory.
DATE_RANGE_OVERLAPS_ANOTHER_ADJUSTMENT
The date range of the adjustment overlaps the date range of another adjustment within the
same traffic forecast segment.
END_DATE_AFTER_FURTHEST_AVAILABLE_FORECAST_DATE
The adjustment's end date is after the furthest available date in the forecast.
END_DATE_NOT_ON_OR_AFTER_START_DATE
A provided date range has an end date that is not on or after its start date.
HISTORICAL_BASIS_DATE_RANGE_TOO_SHORT
A historical date range is shorter than the minimum allowed length.
HISTORICAL_END_DATE_NOT_IN_PAST
A historical date range has an end date not in the past.
The adjustment provides historical basis ad request source settings, but the targeting of the
adjustment's parent traffic forecast segment is incompatible with that use.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
[[["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-02 UTC."],[[["The Statement object defines the `WHERE`, `ORDER BY`, and `LIMIT` clauses for retrieving specific data in PQL queries."],["It supports bind variables to substitute literals with input parameters for flexible queries."],["The `query` field holds the PQL syntax, while the `values` field stores bind variable keys and their corresponding values."],["Wildcard string matching is enabled via the `LIKE` keyword for broader searches."],["Bind variable values are represented by objects like `TextValue`, `NumberValue`, or `BooleanValue` to ensure type compatibility."]]],[]]