[[["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."],[[["A `DayPart` in Google Ad Manager allows you to target specific time periods within a day of the week for your line items."],["It is defined by the `dayOfWeek`, `startTime`, and `endTime` fields, which specify the day, start time, and end time of the targeted period."],["`DayPart` objects are used by various services like `AdRuleService`, `ProposalService`, and `LineItemService` to implement time-based targeting for ad delivery."]]],["The core content describes the `DayPart` functionality, which targets a specific time period within a day of the week for a `LineItem`. It relies on `DayPartTargeting`. Key fields include `dayOfWeek`, which uses `DayOfWeek` enumerations (Monday-Sunday), `startTime`, and `endTime`, both utilizing `TimeOfDay` to define the targeted period. Several services such as `AdRuleService`, `ForecastService`, `LineItemService`, and `ProposalService` are using the `DayPart` functionality.\n"]]