type DayPart (v202502)

  • The content provides details about the DayPart object within the Publisher API v202502, specifically in the context of various services like AdRuleService, ForecastService, and YieldGroupService.

  • The DayPart object is a dependency of DayPartTargeting.

  • The DayPart object contains fields for dayOfWeek, startTime, and endTime.

  • The dayOfWeek field uses an enumeration with values for each day of the week.

  • The startTime and endTime fields are defined by the TimeOfDay object.


Namespace
https://www.google.com/apis/ads/publisher/v202502

Field

dayOfWeek

DayOfWeek


Enumerations
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY

startTime

TimeOfDay

endTime

TimeOfDay