AI-generated Key Takeaways
-
DayPartTargetingError.Reason
identifies potential errors encountered when setting day-part targeting for ad delivery. -
Errors can arise from issues with the hour or minute values provided, such as invalid ranges or improperly formatted time units.
-
Overlapping time periods or incorrect chronological order of start and end times are also flagged as errors.
-
The
UNKNOWN
reason is a generic response indicating that a more specific explanation is not available in the current API version.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
INVALID_HOUR
|
Hour of day must be between 0 and 24, inclusive. |
INVALID_MINUTE
|
Minute of hour must be one of 0, 15,30, 45. |
END_TIME_NOT_AFTER_START_TIME
|
The DayPart.endTime cannot be after DayPart.startTime. |
TIME_PERIODS_OVERLAP
|
Cannot create day-parts that overlap. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |