[[["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` allows targeting specific time periods within a day of the week for ad delivery, enhancing campaign optimization and performance."],["It is defined by `dayOfWeek`, `startTime`, and `endTime` fields, enabling flexible scheduling of ad displays."],["`DayPart` is an essential component of `LineItem` targeting, providing control over when ads are shown to audiences."],["The `startTime` is inclusive, while the `endTime` is exclusive, defining the precise time range for ad delivery."]]],["The content details `DayPart`, a time-period targeting option for `LineItem`s, within several services including `AdRuleService`, `AdjustmentService`, and `ForecastService`. `DayPart` specifies a period in a given day of the week. It requires a `dayOfWeek`, using enumerated values like `MONDAY` or `SUNDAY`. The `startTime` and `endTime`, represented as `TimeOfDay`, define the targeted period's boundaries. It shows that the `DayPart` is dependent of `DayPartTargeting` and uses `DayOfWeek` and `TimeOfDay` for its targeting features.\n"]]