[[["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."],[[["A `DayPart` in Google Ad Manager specifies a time period within a day of the week, used for targeting line items to show ads during those specific times."],["It consists of three main components: `dayOfWeek`, `startTime`, and `endTime`, which define the day, start time, and end time of the targeted period, respectively."],["`dayOfWeek` allows targeting any day of the week (Monday-Sunday), while `startTime` and `endTime` utilize `TimeOfDay` to represent the targeted time range."]]],["`DayPart` specifies a targeted time period within a day, used by `LineItem`. It includes `dayOfWeek`, `startTime`, and `endTime`. `dayOfWeek` is a required field, designating the day of the week using enumerations like `MONDAY` to `SUNDAY`. `startTime` and `endTime`, represented by `TimeOfDay`, define the targeted period's start and end, respectively. The provided services utilize `DayPartTargeting`, with each service being linked to a specific `DayPart`.\n"]]