Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The StatementError.Reason enumeration lists potential reasons for errors that occur during statement execution within the Google Ad Manager API.
It primarily focuses on identifying if a variable is missing a value (VARIABLE_NOT_BOUND_TO_VALUE) or if the error reason is unknown to the current API version (UNKNOWN).
Developers should refer to this enumeration when troubleshooting statement errors encountered while using services such as InventoryService, AdRuleService, and others listed within the Ad Manager API documentation.
[[["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 and their associated StatementError.Reason within the Google Ad Manager API v202411. It details services such as AdRuleService, AdjustmentService, AudienceSegmentService, and InventoryService. It includes 42 different services. The document also includes the StatementError enumeration, defining two possible reasons: `VARIABLE_NOT_BOUND_TO_VALUE`, indicating a missing variable binding, and `UNKNOWN`, representing an unspecified error for the requested API version.\n"]]