[[["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-08-20 UTC."],[[["`DayPart` objects represent a specific time period within a day of the week, targeted by LineItems for ad delivery."],["It's defined by a required `dayOfWeek` field and `startTime` and `endTime` fields indicating the targeted time range."],["The `dayOfWeek` field uses enumerations like `MONDAY`, `TUESDAY`, etc., while `startTime` and `endTime` use `TimeOfDay` objects for precision."],["`DayPart` is utilized by various services like `LineItemService`, `ForecastService`, and `ProposalService` for scheduling and targeting ads."]]],["The `DayPart` targets a specific time period within a day of the week for a `LineItem`. It includes three fields: `dayOfWeek`, `startTime`, and `endTime`. `dayOfWeek` specifies the targeted day and requires a value from the `DayOfWeek` enumeration (Monday-Sunday). `startTime` and `endTime`, both using `TimeOfDay`, define the inclusive start and exclusive end of the targeted time, respectively. It is used in AdRuleService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, ProposalService, PublisherQueryLanguageService, TargetingPresetService, and YieldGroupService.\n"]]