Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This page provides an overview of the ParseError.Reason enumeration within the Google Ad Manager API.
ParseError.Reason outlines the potential causes for parsing errors encountered when interacting with the CustomFieldService.
Two primary reasons are defined: UNPARSABLE, indicating an attribute parsing error, and UNKNOWN, used when the specific reason isn't exposed by the API.
Developers can use these reasons to troubleshoot and handle errors related to CustomFieldService operations in 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."],[],["The document lists various services within an ad management system, including `AdRuleService`, `AdjustmentService`, `CreativeService`, `CustomFieldService`, and `ReportService`, among others. Each service has a corresponding `ParseError.Reason` for potential errors. The `ParseError.Reason` can be `UNPARSABLE`, signaling a parsing issue, or `UNKNOWN`, indicating that the actual value isn't accessible in the current API version. All Services listed share the same Namespace.\n"]]