[[["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 for ad delivery."],["They are defined by the `dayOfWeek`, `startTime`, and `endTime` fields, allowing for precise scheduling of ad campaigns."],["`DayPart` objects are utilized by various services within Google Ad Manager, including LineItemService, ForecastService, and ProposalService, for campaign management and delivery optimization."],["The `dayOfWeek` field specifies the day of the week, while `startTime` and `endTime` determine the beginning and end of the targeted time period."]]],["The `DayPart` object specifies a targeted time period within a day of the week for `LineItem` targeting. It requires a `dayOfWeek` field, using enumerations for each day from `MONDAY` to `SUNDAY`. `startTime` and `endTime` fields, using the `TimeOfDay` object, define the period's start (inclusive) and end (exclusive) times. Several services interact with `DayPart`, including `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `TargetingPresetService`, `YieldGroupService` and `PublisherQueryLanguageService`.\n"]]