type DateTimeRangeTargetingError (v202405)
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
ApiError (inherited)
|
fieldPath
|
xsd:string
|
fieldPathElements
|
FieldPathElement[]
|
trigger
|
xsd:string
|
errorString
|
xsd:string
|
DateTimeRangeTargetingError
|
reason
|
DateTimeRangeTargetingError...
Enumerations
-
EMPTY_RANGES
-
NOT_SPONSORSHIP_LINEITEM
-
NOT_SPONSORSHIP_OR_STANDARD_LINEITEM
-
UNSUPPORTED_LINEITEM_RESERVATION_TYPE
-
PAST_RANGES_CHANGED
-
RANGES_OVERLAP
-
FIRST_DATE_TIME_DOES_NOT_MATCH_START_TIME
-
LAST_DATE_TIME_DOES_NOT_MATCH_END_TIME
-
RANGES_OUT_OF_LINEITEM_ACTIVE_PERIOD
-
START_TIME_IS_NOT_START_OF_DAY
-
END_TIME_IS_NOT_END_OF_DAY
-
START_DATE_TIME_IS_IN_PAST
-
MODIFY_START_DATE_TIME_TO_PAST
-
RANGE_END_TIME_BEFORE_START_TIME
-
END_DATE_TIME_IS_TOO_LATE
-
LIMITED_RANGES_IN_UNLIMITED_LINEITEM
-
UNKNOWN
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["DateTimeRangeTargetingError is an ApiError that occurs when there are issues with the date and time ranges specified for targeting."],["This error can be triggered by a variety of reasons, such as overlapping ranges, ranges outside the line item's active period, or invalid start/end times."],["The `reason` field provides a specific code indicating the cause of the error, helping to diagnose and resolve the issue."],["Several services in Google Ad Manager, including AdjustmentService and ForecastService, can return this error."],["DateTimeRangeTargetingError inherits from ApiError, providing context and details about the error within the API request."]]],["The content details various services and their associated errors within an API framework. Key services include AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. Errors are categorized under `ApiError`, with specific error types like `DateTimeRangeTargetingError` having reasons such as `EMPTY_RANGES` or `RANGES_OVERLAP`. `ApiError` fields include `fieldPath`, `fieldPathElements`, `trigger`, and `errorString`. `DateTimeRangeTargetingError` contains a `reason` field and associated enumerations.\n"]]