[[["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 2025-08-06 UTC."],[[["\u003cp\u003eDayOfWeek is an enumeration that defines the days of the week within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eIt includes values for each day: \u003ccode\u003eMONDAY\u003c/code\u003e, \u003ccode\u003eTUESDAY\u003c/code\u003e, \u003ccode\u003eWEDNESDAY\u003c/code\u003e, \u003ccode\u003eTHURSDAY\u003c/code\u003e, \u003ccode\u003eFRIDAY\u003c/code\u003e, \u003ccode\u003eSATURDAY\u003c/code\u003e, and \u003ccode\u003eSUNDAY\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is utilized by various services like ForecastService, LineItemService, etc.for scheduling and targeting purposes.\u003c/p\u003e\n"],["\u003cp\u003eIt falls under the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e within the v202411 version of the API.\u003c/p\u003e\n"]]],["The document outlines services related to ad management, including `AdRuleService`, `AdjustmentService`, `ForecastService`, and others. It details the `DayOfWeek` enumeration, which represents days of the week from `MONDAY` to `SUNDAY`. The `DayPart` is specified as a dependency within the `ForecastService`. The provided namespace for these services is `https://www.google.com/apis/ads/publisher/v202411`. The document defines the names and descriptions of the days of the week.\n"],null,["# enum DayOfWeek (v202411)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.DayOfWeek) [AdjustmentService](/ad-manager/api/reference/v202411/AdjustmentService.DayOfWeek) **ForecastService** [LineItemService](/ad-manager/api/reference/v202411/LineItemService.DayOfWeek) [NativeStyleService](/ad-manager/api/reference/v202411/NativeStyleService.DayOfWeek) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.DayOfWeek) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.DayOfWeek) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.DayOfWeek) [TargetingPresetService](/ad-manager/api/reference/v202411/TargetingPresetService.DayOfWeek) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.DayOfWeek) **Dependencies** \n[DayPart](/ad-manager/api/reference/v202411/ForecastService.DayPart) \n▼\n**DayOfWeek**\n\nDays of the week.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|----------------------------------|\n| `MONDAY` | The day of week named Monday. |\n| `TUESDAY` | The day of week named Tuesday. |\n| `WEDNESDAY` | The day of week named Wednesday. |\n| `THURSDAY` | The day of week named Thursday. |\n| `FRIDAY` | The day of week named Friday. |\n| `SATURDAY` | The day of week named Saturday. |\n| `SUNDAY` | The day of week named Sunday. |"]]