AI-generated Key Takeaways
-
The Placement Service manages placements, which are groupings of ad units, in Google Ad Manager.
-
This documentation outlines the potential errors, specifically the
PermissionError
, that can occur when interacting with the Placement Service. -
A
PermissionError
is thrown when a user lacks the necessary permissions to perform a specific action. -
This error includes details like the reason for the permission denial and a parsed representation of the problematic field path.
-
The provided namespace and field details further specify the structure and context of the Placement Service and
PermissionError
.
Errors related to incorrect permission.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
PermissionError
|
|
|
Enumerations
|