AI-generated Key Takeaways
-
The content details
DateTimeRangeTargetingError
, which lists errors caused by associating a line item with a targeting expression in various Ad Manager services. -
This error type inherits from
ApiError
and includes fields likefieldPath
,trigger
, anderrorString
. -
The
DateTimeRangeTargetingError
has areason
field, an enum indicating specific causes for the error such as overlapping ranges, incorrect date/time matching, or issues with line item types. -
Possible reasons for this error include
EMPTY_RANGES
,RANGES_OVERLAP
,PAST_RANGES_CHANGED
, andUNSUPPORTED_LINEITEM_RESERVATION_TYPE
, among others. -
The content lists several services that can return this error, including
AdjustmentService
,ForecastService
,LineItemService
, andOrderService
.
Lists all date time range errors caused by associating a line item with a targeting expression.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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
|