AI-generated Key Takeaways
-
DayOfWeek is an enumeration in Google Ad Manager's API that represents the days of the week.
-
It includes values for Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday.
-
This enumeration is commonly used within other services like AdRuleService, AdjustmentService, and more for scheduling and targeting purposes.
-
DayOfWeek is part of the namespace
https://www.google.com/apis/ads/publisher/v202411
.
Days of the week.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
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. |