AdWords 到 GoogleAds v9:UserList 选择器和构建 UserList 的列表(Adwords 中的 UserListPage)

AdWords to GoogleAds v9: UserList selectors and building a list of UserList's (UserListPage in Adwords)

我无法弄清楚在 Google 广告中用于模仿 Adwords 的 UserListPage 和选择器行为的是什么。如果有人知道 类 的正确用法,我将不胜感激。我正在尝试检索具有特定条件的用户列表列表,然后将用户列表 ID、名称和符合条件的用户列表输入受众列表。

我相信您正在寻找 UserListService。 下面是一个用于创建和管理列表的示例 https://github.com/googleads/google-ads-python/blob/main/examples/remarketing/add_customer_match_user_list.py

您还可以进行搜索查询以检索特定用户列表,例如

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