AI-generated Key Takeaways
- 
          
The document describes the
DateTimeRangeTargetingErrorenum, which defines various reasons for errors related to date and time range targeting across several ad serving services. - 
          
This enumeration is used by services such as
AdjustmentService,ForecastService,LineItemService,OrderService, andYieldGroupService. - 
          
Potential error reasons include empty or overlapping date ranges, issues with start and end times, and ranges falling outside the line item's active period.
 
- Namespace
 - 
               
https://www.google.com/apis/ads/publisher/v202508 
| Enumeration | Description | 
|---|---|
                        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
                      | 
                     |
                        BLACKOUT_DURATION_TOO_SHORT
                      | 
                     |
                        UNKNOWN
                      |