type DayPart (v202411)

  • DayPart objects specify a time period using a combination of day of the week and start and end times.

  • DayPart objects are used within DayPartTargeting to specify when yield groups should be active.

  • Valid dayOfWeek values range from MONDAY to SUNDAY.

  • startTime and endTime fields utilize the TimeOfDay object to denote specific times within the selected day.

  • DayPart objects belong to the https://www.google.com/apis/ads/publisher/v202411 namespace.


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

Field

dayOfWeek

DayOfWeek


Enumerations
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY

startTime

TimeOfDay

endTime

TimeOfDay