type DayPart (v202505)

  • DayPart is a data object used by various services in the Google Ad Manager API, including AdRuleService, ForecastService, and LineItemService.

  • DayPart is dependent on DayPartTargeting and is found within the https://www.google.com/apis/ads/publisher/v202505 namespace.

  • The DayPart object contains fields for dayOfWeek, startTime, and endTime, specifying a time range within a day.

  • The dayOfWeek field uses the DayOfWeek enumeration which includes all days from MONDAY to SUNDAY.


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

Field

dayOfWeek

DayOfWeek


Enumerations
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY

startTime

TimeOfDay

endTime

TimeOfDay