[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["DayPartTargetingError.Reason outlines the potential errors encountered when setting up day-part targeting in Google Ad Manager."],["These errors primarily involve issues with the specified hour and minute, ensuring the end time is after the start time, and preventing overlapping time periods."],["The DayPartTargetingError.Reason enumeration provides specific error codes, including `INVALID_HOUR`, `INVALID_MINUTE`, `END_TIME_NOT_AFTER_START_TIME`, `TIME_PERIODS_OVERLAP`, and `UNKNOWN`, to help identify the cause of the error."],["Developers can utilize this information to troubleshoot and resolve day-part targeting issues in their Ad Manager integrations."]]],["The core content details `DayPartTargetingError.Reason` within the namespace `https://www.google.com/apis/ads/publisher/v202408`. Key error reasons include `INVALID_HOUR` (hour between 0-24), `INVALID_MINUTE` (minute as 0, 15, 30, 45), and `END_TIME_NOT_AFTER_START_TIME`. Additionally, `TIME_PERIODS_OVERLAP` indicates issues with overlapping day-parts, and `UNKNOWN` signifies an unexposed API value. These errors relate to services like Adjustment, Forecast, LineItem, Order, and others.\n"]]