type DayPart (v202411)

  • A DayPart object defines a specific time period within a day of the week, used for targeting line items for ad delivery.

  • It includes the dayOfWeek, startTime, and endTime fields, enabling precise scheduling of ad campaigns.

  • DayPart objects are crucial for controlling when ads are shown to users, allowing for alignment with audience activity and marketing goals.

  • Advertisers can leverage DayPart targeting to optimize campaigns, potentially improving ad performance and return on investment.

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/v202411

Field

dayOfWeek

DayOfWeek

Day of the week the target applies to. This field is required.


Enumerations
MONDAY
The day of week named Monday.
TUESDAY
The day of week named Tuesday.
WEDNESDAY
The day of week named Wednesday.
THURSDAY
The day of week named Thursday.
FRIDAY
The day of week named Friday.
SATURDAY
The day of week named Saturday.
SUNDAY
The day of week named Sunday.

startTime

TimeOfDay

Represents the start time of the targeted period (inclusive).

endTime

TimeOfDay

Represents the end time of the targeted period (exclusive).