Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This page outlines the StringFormatError.Reason enumeration within the Google Ad Manager API.
StringFormatError.Reason details the potential reasons behind string formatting errors encountered when interacting with the API.
Possible reasons include the presence of illegal characters (ILLEGAL_CHARS) or an invalid format (INVALID_FORMAT) for a given field.
The enumeration values, along with descriptions, guide developers in understanding and resolving string-related errors within their Ad Manager integrations.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["This document lists various services within an ad management platform, including `AdRuleService`, `AdjustmentService`, `ForecastService`, `CreativeService`, and `ProposalService`. Each service links to a specific error type, `StringFormatError.Reason`, which defines potential issues with string inputs. The defined reasons for string format errors are `UNKNOWN`, `ILLEGAL_CHARS` (disallowed characters), and `INVALID_FORMAT` (invalid input for the field). All these services seem to use the same error class.\n"]]