[[["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."],[[["DayOfWeek is an enumeration used in Google Ad Manager to represent the days of the week."],["It includes seven values: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY."],["This enumeration can be utilized within various Google Ad Manager services like AdRuleService, AdjustmentService, and others for scheduling and targeting purposes."],["Each value in the DayOfWeek enumeration corresponds to a specific day of the week, providing a standardized way to reference days within the system."]]],["The content defines the `DayOfWeek` enumeration, which represents days of the week within the `https://www.google.com/apis/ads/publisher/v202402` namespace. It lists the days as `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, and `SUNDAY`. The document indicates the use of `DayOfWeek` in various services such as `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`, and its dependency is on `DayPart`.\n"]]