AI-generated Key Takeaways
-
DayOfWeek is an enumeration used to specify days of the week within the Google Ad Manager API.
-
It includes values for all seven days: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
-
The DayOfWeek enumeration is part of the Google Ad Manager API namespace
https://www.google.com/apis/ads/publisher/v202411
and is commonly used in services like LineItemService, AdRuleService, etc. -
Each enumeration value corresponds to its respective day of the week, providing a structured way to target or schedule actions based on specific days.
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. |