[[["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` targets specific time periods within a day of the week for a LineItem."],["It's defined by the day of the week (`dayOfWeek`), start time (`startTime`), and end time (`endTime`)."],["`startTime` is inclusive, while `endTime` is exclusive in the targeted period."],["It is utilized by various services like AdRuleService, AdjustmentService, and others for scheduling and targeting."]]],["The content defines `DayPart`, a time period within a day of the week targeted by a `LineItem`. It's a dependency for services like `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`. `DayPart` includes `dayOfWeek` (with enum values like `MONDAY`, `TUESDAY`, etc.), `startTime`, and `endTime`, and the information is found under the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"]]