[[["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 time periods within a specific day of the week, used for targeting line items to control ad delivery."],["They require defining the day of the week (`dayOfWeek`), start time (`startTime`), and end time (`endTime`) for the targeted period."],["The `startTime` is inclusive, while the `endTime` is exclusive, determining the precise duration of the `DayPart`."],["`DayPart` is used by various services in Ad Manager for scheduling and forecasting ad delivery."]]],["The content defines `DayPart`, a time-period within a day of the week targeted by a `LineItem`. It specifies the `dayOfWeek`, which is required and uses the `DayOfWeek` enumeration (Monday-Sunday). It also includes `startTime` and `endTime`, defined by `TimeOfDay`, representing the inclusive start and exclusive end times of the targeted period. `DayPart` is found within several services such as `AdRuleService` and `ProposalLineItemService` and is linked to `DayPartTargeting`.\n"]]