[[["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\u003eDayPart\u003c/code\u003e targets specific time periods within a day of the week for a LineItem.\u003c/p\u003e\n"],["\u003cp\u003eIt's defined by the day of the week (\u003ccode\u003edayOfWeek\u003c/code\u003e), start time (\u003ccode\u003estartTime\u003c/code\u003e), and end time (\u003ccode\u003eendTime\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003estartTime\u003c/code\u003e is inclusive, while \u003ccode\u003eendTime\u003c/code\u003e is exclusive in the targeted period.\u003c/p\u003e\n"],["\u003cp\u003eIt is utilized by various services like AdRuleService, AdjustmentService, and others for scheduling and targeting.\u003c/p\u003e\n"]]],["The content defines `DayPart`, a time period within a day of the week targeted by a `LineItem`. It's a dependency for services like `AdRuleService`, `AdjustmentService`, `ForecastService`, `LineItemService`, `NativeStyleService`, `ProposalLineItemService`, `ProposalService`, `PublisherQueryLanguageService`, `TargetingPresetService`, and `YieldGroupService`. `DayPart` includes `dayOfWeek` (with enum values like `MONDAY`, `TUESDAY`, etc.), `startTime`, and `endTime`, and the information is found under the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type DayPart (v202408)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.DayPart) [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.DayPart) [ForecastService](/ad-manager/api/reference/v202408/ForecastService.DayPart) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.DayPart) [NativeStyleService](/ad-manager/api/reference/v202408/NativeStyleService.DayPart) **ProposalLineItemService** [ProposalService](/ad-manager/api/reference/v202408/ProposalService.DayPart) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.DayPart) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.DayPart) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.DayPart) **Dependencies** \n[DayPartTargeting](/ad-manager/api/reference/v202408/ProposalLineItemService.DayPartTargeting) \n▼\n**DayPart**\n\n\n`DayPart` represents a time-period within a day of the week which is\ntargeted by a [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `dayOfWeek` | ` `[DayOfWeek](/ad-manager/api/reference/v202408/ProposalLineItemService.DayOfWeek)` ` Day of the week the target applies to. This field is required. *** ** * ** *** **Enumerations** `MONDAY` : The day of week named Monday. `TUESDAY` : The day of week named Tuesday. `WEDNESDAY` : The day of week named Wednesday. `THURSDAY` : The day of week named Thursday. `FRIDAY` : The day of week named Friday. `SATURDAY` : The day of week named Saturday. `SUNDAY` : The day of week named Sunday. \u003cbr /\u003e |\n| ### `startTime` | ` `[TimeOfDay](/ad-manager/api/reference/v202408/ProposalLineItemService.TimeOfDay)` ` Represents the start time of the targeted period (inclusive). |\n| ### `endTime` | ` `[TimeOfDay](/ad-manager/api/reference/v202408/ProposalLineItemService.TimeOfDay)` ` Represents the end time of the targeted period (exclusive). |"]]