[[["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-05-15 UTC."],[[["`DayPart` objects represent a specific time period within a day of the week, targeted by line items for ad delivery."],["It's defined by the `dayOfWeek`, `startTime`, and `endTime` fields, indicating the day, start, and end time of the targeted period."],["`startTime` is inclusive, meaning the targeted period starts at that exact time, while `endTime` is exclusive, meaning the period ends just before that time."],["This object is used within various Google Ad Manager services like LineItemService and ProposalLineItemService for scheduling ad delivery."]]],["The `DayPart` object, used for targeting within a `LineItem`, defines a time period within a day. It includes three fields: `dayOfWeek`, specifying the target day using enumerations like `MONDAY` through `SUNDAY`; `startTime`, indicating the period's start time; and `endTime`, marking the period's exclusive end time. These `DayPart` objects are utilized across multiple services including `AdRuleService`, `LineItemService`, `ProposalService`, and others, in the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]