[[["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` allows targeting specific time periods within a day of the week for ad delivery using line items."],["It uses `dayOfWeek`, `startTime`, and `endTime` fields to define the targeted time range."],["`dayOfWeek` specifies the day, while `startTime` and `endTime` determine the start and end times (inclusive and exclusive, respectively)."],["It's part of the Google Ad Manager API and is utilized within various services like `ForecastService` and `LineItemService`."]]],["The core content describes the `DayPart` feature, used for time-based targeting within a week. It defines a time period that a `LineItem` can target. Key elements include `dayOfWeek`, which specifies the target day, and `startTime` and `endTime`, defining the period's start and end times. The `dayOfWeek` field is a required parameter and can have seven values: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY. The time is represented using the `TimeOfDay` function.\n"]]