[[["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 a specific time period within a day of the week, used for targeting line items, such as advertisements."],["`DayPart` targeting allows advertisers to specify the day of the week and a time range for when their ads should be displayed."],["The `DayPart` object includes fields for defining the day of the week (`dayOfWeek`), start time (`startTime`), and end time (`endTime`) of the targeted period."]]],["`DayPart` specifies a targeted time frame within a day, used by `LineItem`. Key fields include `dayOfWeek`, representing the target day, and `startTime` and `endTime`, defining the period's boundaries. `dayOfWeek` utilizes enumerations like `MONDAY`, `TUESDAY`, etc. `startTime` marks the period's beginning, while `endTime` designates the period's end. These services use `DayPart`: `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`.\n"]]