AI-generated Key Takeaways
-
DateTimeRangeTargetingError encompasses all errors related to associating a line item with a targeting expression, specifically focusing on date and time ranges.
-
It's characterized by a
reason
field, an enum detailing the specific error cause (e.g., overlapping ranges, past ranges modified, etc.). -
This error applies to various Google Ad Manager services like AdjustmentService, ForecastService, LineItemService, and more.
-
DateTimeRangeTargetingError inherits from ApiError, providing context about the error, such as the field path and trigger.
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
|