AI-generated Key Takeaways
-
The AdjustmentService lists all errors associated with traffic forecast segments.
-
This service is namespaced under
https://www.google.com/apis/ads/publisher/v202411
. -
TrafficForecastSegmentError
outlines reasons for errors related to traffic forecast segments, such as targeting issues or uniqueness constraints. -
The table provides a detailed breakdown of the fields associated with each error type, including inherited fields from
ApiError
. -
Errors may arise from attempting to update targeting after segment creation or due to targeting expressions not being unique within the network.
Lists all errors associated with traffic forecast segments.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
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)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
TrafficForecastSegmentError
|
|
|
The error reason represented by an enum. Enumerations
|