[[["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 represent a specific time period within a day of the week, targeted by line items for ad delivery."],["It utilizes `dayOfWeek`, `startTime`, and `endTime` fields to define the targeted time range."],["These fields allow advertisers to specify the day and time for their ads to be shown."],["The `dayOfWeek` field uses enumerations to represent each day, while `startTime` and `endTime` denote the start and end times."]]],["The content describes the `DayPart` targeting within the ad service, representing a time period targeted by a `LineItem`. Key elements include `dayOfWeek`, specifying the target day, and `startTime` and `endTime`, defining the time range. The `dayOfWeek` field is mandatory and uses an enumeration with values for each day of the week. `DayPart` is a dependency within `ForecastService`, and several other services are mentioned alongside it.\n"]]