[[["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\u003eDayPartTargeting allows you to control the delivery times of line items based on specific days and times of the week.\u003c/p\u003e\n"],["\u003cp\u003eBy default, line items are delivered at all times unless DayPartTargeting is used to specify delivery schedules.\u003c/p\u003e\n"],["\u003cp\u003eDayPartTargeting utilizes \u003ccode\u003edayParts\u003c/code\u003e to define delivery days and times, and \u003ccode\u003etimeZone\u003c/code\u003e to indicate the relevant time zone for delivery.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etimeZone\u003c/code\u003e can be set to either the publisher's time zone (\u003ccode\u003ePUBLISHER\u003c/code\u003e) or the user's browser time zone (\u003ccode\u003eBROWSER\u003c/code\u003e), with the browser time zone being the default.\u003c/p\u003e\n"]]],["The content describes `DayPartTargeting`, which modifies line item delivery times for specific days of the week. By default, line items serve at all times. Key fields include `dayParts`, defining the days and times for line item delivery, and `timeZone`, specifying the delivery time zone, defaulting to the browser's time zone if unspecified, with the possibility to use the publisher timezone. The `LineItemService` is one of the services used for that targeting.\n"],null,["# type DayPartTargeting (v202408)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.DayPartTargeting) [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.DayPartTargeting) [ForecastService](/ad-manager/api/reference/v202408/ForecastService.DayPartTargeting) **LineItemService** [NativeStyleService](/ad-manager/api/reference/v202408/NativeStyleService.DayPartTargeting) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.DayPartTargeting) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.DayPartTargeting) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.DayPartTargeting) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.DayPartTargeting) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.DayPartTargeting) **Dependencies** \n[Targeting](/ad-manager/api/reference/v202408/LineItemService.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/v202408`\n\n| Field ----- ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `dayParts` | ` `[DayPart](/ad-manager/api/reference/v202408/LineItemService.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/v202408/LineItemService.DeliveryTimeZone)` ` Specifies the time zone to be used for delivering [LineItem](/ad-manager/api/reference/v202408/LineItemService.LineItem) objects. This attribute is optional and defaults to [DeliveryTimeZone.BROWSER](/ad-manager/api/reference/v202408/LineItemService.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 |"]]