AI-generated Key Takeaways
-
DayPart
represents a time-period within a day of the week targeted by a LineItem. -
The
dayOfWeek
field, which is required, specifies the day of the week the target applies to and uses aDayOfWeek
enumeration. -
The
startTime
andendTime
fields, usingTimeOfDay
, represent the inclusive start and exclusive end times of the targeted period, respectively.
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/v202508
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). |