[[["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-02-13 UTC."],[[["`DayPart` allows targeting specific time periods within a day of the week for a `LineItem`."],["It requires specifying the `dayOfWeek`, `startTime`, and `endTime` for the targeted period."],["The `startTime` is inclusive, while the `endTime` is exclusive, defining the targeted time range."],["`DayPart` is used within various services like `AdRuleService`, `ProposalLineItemService`, and others for scheduling and targeting."]]],["The core content describes the `DayPart` object, used to define a targeted time period within a day of the week for a `LineItem`. Key information includes: `dayOfWeek`, specifying the target day using an enumeration of days (`MONDAY` to `SUNDAY`); `startTime`, marking the inclusive start time; and `endTime`, indicating the exclusive end time. This `DayPart` object is a dependency and can be used with many services, like `AdRuleService` or `ForecastService`.\n"]]