[[["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 \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\u003eThe \u003ccode\u003eDayOfWeek\u003c/code\u003e enumeration is used within various services like \u003ccode\u003eProposalLineItemService\u003c/code\u003e to specify day-related targeting or scheduling.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e within the Ad Manager API.\u003c/p\u003e\n"]]],["The content defines \"DayOfWeek\" as an enumeration used within multiple services, including AdRuleService, AdjustmentService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, ProposalService, PublisherQueryLanguageService, TargetingPresetService, and YieldGroupService. It lists the seven days of the week: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY, with a brief description of each as the corresponding day of the week. It also specifies a namespace for this definition.\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](/ad-manager/api/reference/v202411/ForecastService.DayOfWeek) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.DayOfWeek) [NativeStyleService](/ad-manager/api/reference/v202411/NativeStyleService.DayOfWeek) **ProposalLineItemService** [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/ProposalLineItemService.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. |"]]