[[["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-02-13 UTC."],[[["DayPartTargetingError.Reason outlines the potential errors encountered when setting day-part targeting in Google Ad Manager."],["Errors can arise from invalid hour or minute values, incorrect start and end time configurations, and overlapping time periods."],["The enumeration provides specific reasons for targeting errors, including INVALID_HOUR, INVALID_MINUTE, END_TIME_NOT_AFTER_START_TIME, TIME_PERIODS_OVERLAP, and UNKNOWN."],["Developers can use these error codes to troubleshoot and resolve issues related to day-part targeting in their Ad Manager integrations."]]],["The document defines `DayPartTargetingError.Reason`, outlining potential errors in day-part targeting across various services: AdjustmentService, ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, TargetingPresetService, and YieldGroupService. Error reasons include `INVALID_HOUR` (hour outside 0-24), `INVALID_MINUTE` (minute not 0, 15, 30, or 45), `END_TIME_NOT_AFTER_START_TIME`, `TIME_PERIODS_OVERLAP`, and `UNKNOWN` for unexposed values. These errors are related to the setting of start and end time for DayPart.\n"]]