AI-generated Key Takeaways
-
DayPart
targets specific time periods within a day of the week for ad delivery using services likeAdRuleService
,ForecastService
, and others. -
It is defined by
dayOfWeek
,startTime
, andendTime
which specify the day, start, and end time of the targeted period. -
startTime
is inclusive, andendTime
is exclusive within the defined period. -
dayOfWeek
can be any day from Monday to Sunday.
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). |