AI-generated Key Takeaways
-
Date time range targeting errors can occur in various Ad Manager services including Adjustment, Forecast, LineItem, LineItemTemplate, Order, ProposalLineItem, TargetingPreset, and YieldGroup Services.
-
These errors are caused by issues when associating a line item with a targeting expression, such as empty ranges, overlapping ranges, or ranges falling outside the line item's active period.
-
The DateTimeRangeTargetingError includes a
reason
field which provides an enum indicating the specific type of error that occurred. -
Errors related to date time range targeting can be inherited from the
ApiError
class, providing fields likefieldPath
andtrigger
to help identify the cause of the error. -
The possible reasons for a DateTimeRangeTargetingError are listed and include issues with line item types, past ranges being changed, or start and end times not aligning correctly.
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
|