[[["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\u003eA \u003ccode\u003eDayPart\u003c/code\u003e object defines a specific time period within a day of the week, used for targeting line items for ad delivery.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the \u003ccode\u003edayOfWeek\u003c/code\u003e, \u003ccode\u003estartTime\u003c/code\u003e, and \u003ccode\u003eendTime\u003c/code\u003e fields, enabling precise scheduling of ad campaigns.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDayPart\u003c/code\u003e objects are crucial for controlling when ads are shown to users, allowing for alignment with audience activity and marketing goals.\u003c/p\u003e\n"],["\u003cp\u003eAdvertisers can leverage \u003ccode\u003eDayPart\u003c/code\u003e targeting to optimize campaigns, potentially improving ad performance and return on investment.\u003c/p\u003e\n"]]],["The content details the `DayPart` entity, which represents a targeted time period within a specific day of the week. It's used by `LineItem` for targeting. Key fields include `dayOfWeek` (required), `startTime`, and `endTime`. `dayOfWeek` uses the `DayOfWeek` enumeration, offering options like MONDAY, TUESDAY, etc. `startTime` and `endTime` specify the targeted period using `TimeOfDay`. This is part of several services including `AdRuleService`, `ForecastService` and `NativeStyleService` among others.\n"],null,["# type DayPart (v202411)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.DayPart) [AdjustmentService](/ad-manager/api/reference/v202411/AdjustmentService.DayPart) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.DayPart) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.DayPart) **NativeStyleService** [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.DayPart) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.DayPart) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.DayPart) [TargetingPresetService](/ad-manager/api/reference/v202411/TargetingPresetService.DayPart) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.DayPart) **Dependencies** \n[DayPartTargeting](/ad-manager/api/reference/v202411/NativeStyleService.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/v202411/ForecastService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `dayOfWeek` | ` `[DayOfWeek](/ad-manager/api/reference/v202411/NativeStyleService.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/v202411/NativeStyleService.TimeOfDay)` ` Represents the start time of the targeted period (inclusive). |\n| ### `endTime` | ` `[TimeOfDay](/ad-manager/api/reference/v202411/NativeStyleService.TimeOfDay)` ` Represents the end time of the targeted period (exclusive). |"]]