[[["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."],[[["`DayPart` objects represent a specific time period within a day of the week, targeted by line items for ad delivery."],["It's defined by a `dayOfWeek`, `startTime`, and `endTime`, enabling advertisers to control when their ads are shown."],["These objects are used within various Google Ad Manager services like `AdRuleService`, `ForecastService`, and `LineItemService` to manage ad targeting."]]],["The `DayPart` object defines a targeted time period within a specific day of the week, used by services like `LineItem`. It requires specifying the `dayOfWeek` using enumerated values (e.g., MONDAY, TUESDAY). It also includes `startTime` and `endTime` fields, indicating the start and end of the targeted period. The `DayPart` depends on `DayPartTargeting` and is managed by services including `AdRuleService`, `ForecastService`, `LineItemService`, and others.\n"]]