[[["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\u003e\u003ccode\u003eDayOfWeek\u003c/code\u003e is an enumeration in Google Ad Manager's API that represents the days of the week.\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 used within various Ad Manager services like \u003ccode\u003eAdRuleService\u003c/code\u003e, \u003ccode\u003eProposalService\u003c/code\u003e, and \u003ccode\u003eNativeStyleService\u003c/code\u003e for scheduling and targeting purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content outlines services within a publisher API, including `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`. These services utilize the `DayOfWeek` dependency, defining days of the week as an enumeration. The defined days are `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, and `SUNDAY` and are part of the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum DayOfWeek (v202408)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.DayOfWeek) [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.DayOfWeek) [ForecastService](/ad-manager/api/reference/v202408/ForecastService.DayOfWeek) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.DayOfWeek) **NativeStyleService** [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.DayOfWeek) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.DayOfWeek) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.DayOfWeek) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.DayOfWeek) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.DayOfWeek) **Dependencies** \n[DayPart](/ad-manager/api/reference/v202408/NativeStyleService.DayPart) \n▼\n**DayOfWeek**\n\nDays of the week.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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. |"]]