AI-generated Key Takeaways
-
DayPartrepresents a time-period within a day of the week which is targeted by aLineItem. -
Key fields for
DayPartincludedayOfWeek, representing the day the target applies to,startTime, representing the inclusive start time of the period, andendTime, representing the exclusive end time. -
The
dayOfWeekfield is required and can be one of the enumerated days of the week from Monday to Sunday. -
DayPartis used in services likeAdRuleService,ForecastService, andLineItemService.
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/v202502
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). |