[[["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 targeting specific time periods within a day of the week for 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` is utilized by several services, including AdRuleService, ForecastService, and LineItemService, for scheduling and delivery of ads."]]],["The content defines `DayPart`, a time-period within a day of the week targeted by a `LineItem`. It's used across various services like `AdRuleService`, `ForecastService`, and `LineItemService`. Key fields include `dayOfWeek`, specifying the target day (e.g., MONDAY, TUESDAY), `startTime`, indicating the period's start time, and `endTime`, defining the period's end time. `DayOfWeek` is an enumeration and `startTime` and `endTime` are `TimeOfDay`.\n"]]