[[["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-02-13 UTC."],[[["DayPart objects specify a time period within a week, utilizing day of the week and start/end times."],["DayPart is used by various services like AdRuleService, AdjustmentService, ForecastService, etc.to define scheduling."],["The DayPart object includes fields for dayOfWeek, startTime, and endTime to represent the intended timeframe."],["The dayOfWeek field uses the DayOfWeek enumeration, while startTime and endTime utilize the TimeOfDay type."]]],["The content details the `DayPart` functionality within the Google Ad Manager API v202402. It's a dependency used by multiple services including `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`. `DayPart` specifies targeting based on `dayOfWeek`, using enumerations like `MONDAY` to `SUNDAY`, along with `startTime` and `endTime` using `TimeOfDay`.\n"]]