AI-generated Key Takeaways
-
DateTimeRangeTargetingError occurs when there are issues with the date and time ranges associated with a line item's targeting settings.
-
This error can arise from a variety of reasons, including overlapping ranges, ranges outside the line item's active period, or incorrect start/end times.
-
It affects various services like AdjustmentService, ForecastService, LineItemService, and others.
-
DateTimeRangeTargetingError inherits from ApiError, providing a structured way to understand and troubleshoot these errors.
-
The error messages provide specific reasons for the issue, such as
RANGES_OVERLAP
orSTART_DATE_TIME_IS_IN_PAST
, aiding in debugging.
Lists all date time range errors caused by associating a line item with a targeting expression.
- 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. |
DateTimeRangeTargetingError
|
|
|
The error reason represented by an enum. Enumerations
|