AI-generated Key Takeaways
-
The content lists various services available within the Google Ad Manager API, along with a specific error type and its possible reasons.
-
StringFormatError reasons indicate issues with the format or characters used in input string values.
-
The
UNKNOWN
reason is listed without a specific description. -
ILLEGAL_CHARS
signifies that the string contains characters that are not allowed. -
INVALID_FORMAT
indicates that the string's format does not match the requirements for the relevant field.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
UNKNOWN
|
|
ILLEGAL_CHARS
|
The input string value contains disallowed characters. |
INVALID_FORMAT
|
The input string value is invalid for the associated field. |