[[["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 2025-08-06 UTC."],[],["The content details the `DayPart` functionality, which targets a specific time period within a day of the week for ad delivery. Key components include the `dayOfWeek` field, which specifies the day using enumerations like `MONDAY` to `SUNDAY`. The `startTime` and `endTime` fields, defined by `TimeOfDay`, delineate the targeted period's start and end times, respectively. `DayPart` is used across multiple services such as `AdRuleService` , `ForecastService` and `LineItemService`, and is dependent on `DayPartTargeting`.\n"]]