AI-generated Key Takeaways
-
The
ListPlannableUserLists
RPC returns a list of user lists and their plannable status, indicating whether they can be used for planning. -
User lists may not be plannable if they are too new, have a short membership lifespan, or fall outside the valid range of user counts (10,000 to 700,000 users).
-
The operation requires the
https://www.googleapis.com/auth/adwords
OAuth scope for authorization.
ListPlannableUserLists |
|
---|---|
Returns the list of plannable user lists with their plannable status. User lists may not be plannable for a number of reasons, including: - They are less than 10 days old. - They have a membership lifespan that is less than 30 days - They have less than 10,000 or more than 700,000 users. List of thrown errors: AuthenticationError AuthorizationError FieldError HeaderError InternalError QuotaError RangeError ReachPlanError RequestError |
- Authorization scopes
-
Requires the following OAuth scope:
https://www.googleapis.com/auth/adwords
For more information, see the OAuth 2.0 Overview.
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-10-10 UTC.