AI-generated Key Takeaways
-
MinuteOfHour
is used to specify time in increments of 15 minutes within an hour (0, 15, 30, 45). -
This field is required by several Google Ad Manager services, including ForecastService, and is essential for scheduling or targeting ads.
-
It is represented by an enumeration with values like
ZERO
,FIFTEEN
,THIRTY
, andFORTY_FIVE
, corresponding to the minutes past the hour. -
MinuteOfHour
belongs to the namespacehttps://www.google.com/apis/ads/publisher/v202411
within the Google Ad Manager API.
Minutes in an hour. Currently, only 0, 15, 30, and 45 are supported. This field is required.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
ZERO
|
Zero minutes past hour. |
FIFTEEN
|
Fifteen minutes past hour. |
THIRTY
|
Thirty minutes past hour. |
FORTY_FIVE
|
Forty-five minutes past hour. |