AI-generated Key Takeaways
-
The content provides a list of Google Ad Manager services and their associated
StatementError.Reason
enumeration. -
StatementError.Reason
is used to identify errors related to statement execution within these services. -
Two reasons are defined:
VARIABLE_NOT_BOUND_TO_VALUE
which indicates a missing variable value, andUNKNOWN
for cases where the reason is undefined in the current API. -
The namespace for these elements is
https://www.google.com/apis/ads/publisher/v202411
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
VARIABLE_NOT_BOUND_TO_VALUE
|
A bind variable has not been bound to a value. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |