AI-generated Key Takeaways
-
This documentation details the
StringFormatError.Reason
enumeration within the Google Ad Manager API. -
It outlines the potential reasons for a
StringFormatError
including disallowed characters or an invalid format. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
. -
The enumeration provides three values:
UNKNOWN
,ILLEGAL_CHARS
, andINVALID_FORMAT
which describe the nature of the string formatting error.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
UNKNOWN
|
|
ILLEGAL_CHARS
|
The input string value contains disallowed characters. |
INVALID_FORMAT
|
The input string value is invalid for the associated field. |