AI-generated Key Takeaways
-
DayPart
objects represent a specific time period within a day of the week, targeted by line items for ad delivery. -
It is defined by the
dayOfWeek
,startTime
, andendTime
fields which specify the day, start, and end times respectively. -
The
startTime
is inclusive, while theendTime
is exclusive, defining the targeted time range. -
This object is crucial for controlling when ads are displayed based on the desired day and time.
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). |