Page Summary
-
PoddingError.Reasondescribes the reasons forPoddingErrors in theAdRuleService. -
The enumeration lists specific reasons for invalid podding configurations, such as incorrect podding types or missing required fields.
-
Errors can occur if the podding type is NONE but has podding fields filled in, or if it's STANDARD but lacks max ads or max ad duration.
-
Optimized pods are invalid if they don't specify pod duration or a valid max ads in pod.
-
An invalid pod duration range occurs when the minimum pod ad duration is greater than the maximum.
Describes reason for PoddingErrors.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description |
|---|---|
INVALID_PODDING_TYPE_NONE
|
Invalid podding type NONE, but has podding fields filled in. Podding types are defined in
PoddingType.
|
INVALID_PODDING_TYPE_STANDARD
|
Invalid podding type STANDARD, but doesn't specify the max ads in pod and max ad duration podding fields. |
INVALID_OPTIMIZED_POD_WITHOUT_DURATION
|
Invalid podding type OPTIMIZED, but doesn't specify pod duration. |
INVALID_OPTIMIZED_POD_WITHOUT_ADS
|
Invalid optimized pod that does not specify a valid max ads in pod, which must either be a positive number or -1 to signify that there is no maximum. |
INVALID_POD_DURATION_RANGE
|
Min pod ad duration is greater than max pod ad duration. |