[[["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-05-15 UTC."],[[["A `DayPart` in Google Ad Manager allows you to target specific time periods within a day of the week for your line items."],["`DayPart` objects require you to define the day of the week, the start time, and the end time for your targeted period."],["The start time of a `DayPart` is inclusive, while the end time is exclusive, meaning ads will not be served at the exact end time specified."],["`DayPart` is used within various services like `LineItemService`, `ProposalService`, and `ForecastService` for scheduling and targeting ads."]]],["The `DayPart` targets a specific time period within a day of the week for a `LineItem`. It includes `dayOfWeek`, `startTime`, and `endTime` fields. `dayOfWeek` specifies the day, using enumerations like `MONDAY` to `SUNDAY`. `startTime` denotes the inclusive start time, and `endTime` represents the exclusive end time. This targeting is utilized within services like `AdRuleService`, `ForecastService`, `LineItemService` , and `ProposalService`. It depends on `DayPartTargeting` and includes fields `TimeOfDay`.\n"]]