ListPlannableUserLists

  • The ListPlannableUserLists RPC returns user lists and their plannable status.

  • User lists may not be plannable due to factors like age, membership lifespan, or user count.

  • This method requires the https://www.googleapis.com/auth/adwords OAuth scope for authorization.

ListPlannableUserLists

rpc ListPlannableUserLists(ListPlannableUserListsRequest) returns (ListPlannableUserListsResponse)

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.