[[["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 is defined by the `dayOfWeek`, `startTime`, and `endTime` fields which specify the day, start, and end times respectively."],["The `startTime` is inclusive, while the `endTime` is exclusive, defining the targeted time range."],["This object is crucial for controlling when ads are displayed based on the desired day and time."]]],["The provided content outlines the `DayPart` feature, used to target specific time periods within a day for line items. Key services mentioned include AdRuleService, AdjustmentService, ForecastService, LineItemService, and others. `DayPart` is dependent on `DayPartTargeting`. The structure defines the `dayOfWeek` (with enumerated options like MONDAY, TUESDAY), `startTime`, and `endTime` to specify the targeted period. It specifies that the start is inclusive and the end is exclusive.\n"]]