Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ResourceCountDetails
Error details returned when an resource count limit was exceeded.
Fields |
enclosing_id
|
string
The ID of the resource whose limit was exceeded. External customer ID if the limit is for a customer.
|
enclosing_resource
|
string
The name of the resource (Customer, Campaign etc.) whose limit was exceeded.
|
limit
|
int32
The limit which was exceeded.
|
limit_type
|
ResourceLimitType
The resource limit type which was exceeded.
|
existing_count
|
int32
The count of existing entities.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["This error indicates exceeding a resource count limit, providing details like the ID and type of resource."],["Information includes the specific limit exceeded, existing entity count, and the resource affected."]]],["When a resource count limit is exceeded, the system returns error details. These details include the `enclosing_id` of the resource that exceeded the limit, the `enclosing_resource` name, the specific `limit` that was surpassed, and the `limit_type`. Additionally, the error provides the `existing_count`, which represents the number of entities already present. The type of resource is specified through ResourceLimitType.\n"]]