type DayPart (v202411)

  • DayPart is a data object used across various Ad Manager API services to represent a specific period within a day.

  • It defines a time slot using the day of the week, a start time, and an end time.

  • The dayOfWeek field uses the DayOfWeek enumeration, including days from MONDAY to SUNDAY.

  • The startTime and endTime fields use the TimeOfDay data object to specify the beginning and end of the time slot.


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

Field

dayOfWeek

DayOfWeek


Enumerations
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY

startTime

TimeOfDay

endTime

TimeOfDay