AI-generated Key Takeaways
-
DayPart
objects represent time periods within a specific day of the week, used for targeting line items to control ad delivery. -
They require defining the day of the week (
dayOfWeek
), start time (startTime
), and end time (endTime
) for the targeted period. -
The
startTime
is inclusive, while theendTime
is exclusive, determining the precise duration of theDayPart
. -
DayPart
is used by various services in Ad Manager for scheduling and forecasting ad delivery.
DayPart
represents a time-period within a day of the week which is
targeted by a LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
Day of the week the target applies to. This field is required. Enumerations
|
|
Represents the start time of the targeted period (inclusive). |
|
Represents the end time of the targeted period (exclusive). |