type ForecastAdjustmentError (v202405)
Service
AdjustmentService
Lists all errors associated with forecast adjustments.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
ApiError (inherited)
|
fieldPath
|
xsd:string
The OGNL field path to identify cause of error.
|
fieldPathElements
|
FieldPathElement[]
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.
|
ForecastAdjustmentError
|
reason
|
ForecastAdjustmentError.Reason
The error reason represented by an enum.
Enumerations
-
AD_REQUEST_SOURCE_PLATFORMS_MUST_MATCH_SEGMENT_PLATFORMS
- 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.
-
AD_REQUEST_HISTORICAL_BASIS_DATE_RANGE_TOO_SHORT_RELATIVE_TO_ADJUSTMENT
- 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.
-
HISTORICAL_START_DATE_TOO_FAR_BEFORE_ADJUSTMENT_END_DATE
- A historical date range has a start date more than the allowed number of days before the
adjustment end date.
-
NO_VOLUME_SETTINGS_PROVIDED
- No volume settings were provided.
-
NUMBER_OF_VALUES_DOES_NOT_MATCH_DATE_RANGE
- The values provided do not span the provided date range.
-
PARENT_SEGMENT_TARGETING_INCOMPATIBLE_WITH_HISTORICAL_BASIS_AD_REQUEST_SOURCE_SETTINGS
- 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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The `AdjustmentService` relates to forecast adjustments and their associated errors."],["`ForecastAdjustmentError` specifically lists the potential errors that can arise during forecast adjustments, categorized by reasons like date ranges, adjusted values, and historical basis settings."],["Errors are represented by an enum within `ForecastAdjustmentError.Reason`, providing detailed explanations for each error type."],["The namespace for `AdjustmentService` is `https://www.google.com/apis/ads/publisher/v202405`."],["Each error within the service inherits properties from `ApiError`, including `fieldPath`, `fieldPathElements`, `trigger`, and `errorString` for identifying and understanding the error context."]]],[]]