[[["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 is a specific time period within a day of the week that is targeted by a Line Item for ad delivery."],["It is defined by the day of the week (`dayOfWeek`), the start time (`startTime`), and the end time (`endTime`) of the targeted period."],["`startTime` is inclusive, and `endTime` is exclusive, meaning the targeted period starts at `startTime` and ends just before `endTime`."],["Advertisers can use `DayPart` targeting to deliver ads to specific audiences during certain times of day and days of the week."]]],["The content details the `DayPart` functionality within various services, including `AdRuleService`, `ForecastService`, and `LineItemService`. `DayPart` defines a specific time period within a day of the week targeted by a `LineItem`. It requires a `dayOfWeek` (e.g., MONDAY, TUESDAY), a `startTime`, and an `endTime`, using the `TimeOfDay` structure. It is a dependency of `DayPartTargeting`. The day of the week is selected from a list of enumarations.\n"]]