enum StringFormatError.Reason (v202411)

  • This page documents the StringFormatError.Reason enumeration within the Google Ad Manager API.

  • StringFormatError.Reason indicates why a given string input resulted in an error.

  • Possible reasons include the presence of illegal characters or an invalid format for the target field.

  • Developers can use this information to troubleshoot and resolve errors related to string inputs in their Ad Manager integrations.

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.