[[["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-11-19 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 the `dayOfWeek`, `startTime`, and `endTime` fields, indicating the day, start, and end time of the targeted period."],["`startTime` is inclusive, while `endTime` is exclusive, determining the precise duration of the `DayPart`."],["`DayPart` is used in various services like ForecastService, LineItemService, and ProposalService to manage ad targeting."]]],["The content details `DayPart`, a time-period within a day of the week targeted by a `LineItem`. Key fields include `dayOfWeek`, specifying the targeted day using enumerations like MONDAY through SUNDAY, and `startTime` and `endTime`, defining the period's start and end times. `DayPart` relies on the `DayPartTargeting` dependency, and it is associated with different services such as `AdRuleService`, `AdjustmentService`, and others.\n"]]