AI-generated Key Takeaways
-
MinuteOfHour
is used to specify minutes within an hour, supporting only 0, 15, 30, and 45. -
It is a required field for services like AdRuleService, AdjustmentService, ForecastService, LineItemService, NativeStyleService, ProposalLineItemService, ProposalService, PublisherQueryLanguageService, TargetingPresetService, and YieldGroupService.
-
This enumeration has four possible values:
ZERO
,FIFTEEN
,THIRTY
, andFORTY_FIVE
, representing the minutes past the hour. -
MinuteOfHour
is part of the Google Ad Manager API and falls under the namespacehttps://www.google.com/apis/ads/publisher/v202411
.
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. |