AI-generated Key Takeaways
-
DayOfWeek is an enumeration that defines the days of the week within the Google Ad Manager API.
-
It includes values for each day:
MONDAY
,TUESDAY
,WEDNESDAY
,THURSDAY
,FRIDAY
,SATURDAY
, andSUNDAY
. -
This enumeration is utilized by various services like ForecastService, LineItemService, etc.for scheduling and targeting purposes.
-
It falls under the namespace
https://www.google.com/apis/ads/publisher/v202411
within the v202411 version of the API.
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. |