[[["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 to represent the days of the week within the Google Ad Manager API."],["This enumeration includes values for each day of the week: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY."],["It is commonly used as a parameter in services like AdRuleService, AdjustmentService, ProposalLineItemService, and others to specify day-based targeting or scheduling."],["DayOfWeek belongs to the namespace `https://www.google.com/apis/ads/publisher/v202402` and is essential for managing time-based functionalities within Ad Manager campaigns."]]],["The content defines `DayOfWeek` as an enumeration used across various services, including AdRuleService, AdjustmentService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, ProposalService, PublisherQueryLanguageService, TargetingPresetService, and YieldGroupService. It specifies that `DayOfWeek` encompasses seven distinct values: `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, and `SUNDAY`. Each value corresponds to a specific day of the week. The `DayPart` also uses `DayOfWeek`.\n"]]