[[["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."],[],["The core content describes how to modify ad delivery times using `DayPartTargeting`. This involves specifying `dayParts` to define the days and times a `LineItem` will be delivered. `timeZone` specifies the delivery time zone, defaulting to the browser's time zone, but can be set to the publisher's time zone instead. DayPartTargeting is used in services such as `AdRuleService`, `ForecastService`, `LineItemService`, and `ProposalLineItemService`, among others.\n"],null,["# type DayPartTargeting (v202502)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202502/AdRuleService.DayPartTargeting) [AdjustmentService](/ad-manager/api/reference/v202502/AdjustmentService.DayPartTargeting) [ForecastService](/ad-manager/api/reference/v202502/ForecastService.DayPartTargeting) [LineItemService](/ad-manager/api/reference/v202502/LineItemService.DayPartTargeting) [NativeStyleService](/ad-manager/api/reference/v202502/NativeStyleService.DayPartTargeting) **ProposalLineItemService** [ProposalService](/ad-manager/api/reference/v202502/ProposalService.DayPartTargeting) [PublisherQueryLanguageService](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.DayPartTargeting) [TargetingPresetService](/ad-manager/api/reference/v202502/TargetingPresetService.DayPartTargeting) [YieldGroupService](/ad-manager/api/reference/v202502/YieldGroupService.DayPartTargeting) **Dependencies** \n[Targeting](/ad-manager/api/reference/v202502/ProposalLineItemService.Targeting) \n▼\n**DayPartTargeting**\n\nModify the delivery times of line items for particular days of the week. By default, line items\nare served at all days and times.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ----- ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `dayParts` | ` `[DayPart](/ad-manager/api/reference/v202502/ProposalLineItemService.DayPart)`[]` Specifies days of the week and times at which a `LineItem` will be delivered. If targeting all days and times, this value will be ignored. \u003cbr /\u003e |\n| ### `timeZone` | ` `[DeliveryTimeZone](/ad-manager/api/reference/v202502/ProposalLineItemService.DeliveryTimeZone)` ` Specifies the time zone to be used for delivering [LineItem](/ad-manager/api/reference/v202502/ForecastService.LineItem) objects. This attribute is optional and defaults to [DeliveryTimeZone.BROWSER](/ad-manager/api/reference/v202502/ProposalLineItemService.DeliveryTimeZone#BROWSER). Setting this has no effect if targeting all days and times. *** ** * ** *** **Enumerations** `PUBLISHER` : Use the time zone of the publisher. `BROWSER` : Use the time zone of the browser. \u003cbr /\u003e |"]]