Only one comment.

  1. Дмитро Булах

    I belive you're looking for UserListService. Here's an example provided for creating and managing a list https://github.com/googleads/google-ads-python/blob/main/examples/remarketing/add_customer_match_user_list.py

    You might also make a search query to retrieve a specific user list like

    SELECT user_list.id, user_list.type, user_list.name FROM user_list

Add a new comment.