[[["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-05-15 UTC."],[[["`DayPart` objects represent a specific time period within a day of the week, used for targeting line items for ad delivery."],["`DayPart` is defined by the `dayOfWeek`, `startTime`, and `endTime` fields, specifying the day, start time, and end time of the targeted period."],["It's utilized by various services like `LineItemService`, `ForecastService`, and `TargetingPresetService` for scheduling and ad delivery optimization."]]],["The content defines `DayPart`, a time-period within a day of the week targeted by a `LineItem`. It is a dependency of the `DayPartTargeting` which is linked to the `TargetingPresetService`. The `DayPart` includes three fields: `dayOfWeek` (required), `startTime`, and `endTime`. The `dayOfWeek` field uses an Enumeration with seven values, such as `MONDAY`, `TUESDAY`, etc.. The start and end time use the `TimeOfDay` to define the period. Services can include: AdRuleService, AdjustmentService, ForecastService, LineItemService and others.\n"]]