[[["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 targeting specific time periods within a day of the week for ad delivery."],["It is used by LineItems and other services like AdRuleService, AdjustmentService, etc., to specify when ads should be shown."],["`DayPart` has three main components: `dayOfWeek` to specify the day, `startTime` for the beginning, and `endTime` for the end of the targeted period."],["The startTime is inclusive, while the endTime is exclusive when defining the time range for ad targeting."]]],["The content defines `DayPart`, a time-period within a day of the week targeted by a `LineItem`. It specifies targeting through `DayOfWeek`, `startTime`, and `endTime`. `DayOfWeek` is a required field, with enumerations for each day (Monday to Sunday). `startTime` and `endTime` define the inclusive start and exclusive end times, respectively, using `TimeOfDay`. Several services interact with `DayPart`, including `AdRuleService`, `ForecastService`, and `LineItemService`, among others.\n"]]