[[["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 LineItems for ad delivery."],["It's defined by a `dayOfWeek`, `startTime`, and `endTime`, enabling customized ad scheduling."],["`DayPart` is utilized by various services, including `LineItemService`, `ForecastService`, and `ProposalService`, for granular control over ad campaigns."],["Advertisers can leverage `DayPart` targeting to optimize campaign performance based on audience activity and desired reach throughout the week."]]],["The `DayPart` defines a targeted time period within a day of the week for a `LineItem`. Key fields include `dayOfWeek`, which specifies the target day (e.g., Monday, Tuesday), and `startTime` and `endTime`, which define the inclusive start and exclusive end times of the period. The `DayPart` depends on `DayPartTargeting` and can be found under various services such as `AdRuleService`, `ForecastService`, `LineItemService`, and others.\n"]]