[[["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` entity, which represents a targeted time period within a specific day of the week. It's used by `LineItem` for targeting. Key fields include `dayOfWeek` (required), `startTime`, and `endTime`. `dayOfWeek` uses the `DayOfWeek` enumeration, offering options like MONDAY, TUESDAY, etc. `startTime` and `endTime` specify the targeted period using `TimeOfDay`. This is part of several services including `AdRuleService`, `ForecastService` and `NativeStyleService` among others.\n"]]