场景
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
假设您有一个网站,您已在该网站中配置了多个自定义再营销代码参数,以捕获用户的以下属性:
event
- 您网站上的网页类别,例如结账、购物车等。
cartsize
- 用户购物车中的商品数量。
checkoutdate
- 用户退房的日期。只有在用户实际完成购买时,您才需要设置此参数。
您希望对已经将多个商品放入购物车并开始结账过程的用户进行更多的展示。您还希望找出十一月和十二月间进行了购买的用户,原因是您计划这几个月在网站上进行大促销。
您可以使用以下任一规则描述此组用户:
- 访问结账页面并且在他们的购物车中有多个商品的用户
- 在十一月或十二月结账的用户
如果用户属于类别 1 或 2 中的任意一个,您希望将特定广告组或广告系列的出价提高 25%。
对象
不妨看看基于规则的用户名单的结构。在 Google Ads API 中,基于规则的名单表示为 rule_based_user_list
。
下图展示了完成此用例后 rule_based_user_list
的外观。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-27。
[null,null,["最后更新时间 (UTC):2025-08-27。"],[[["\u003cp\u003eThis guide demonstrates how to target specific user segments for remarketing using rule-based user lists in Google Ads, based on custom parameters like event, cart size, and checkout date.\u003c/p\u003e\n"],["\u003cp\u003eIt focuses on creating rules to identify high-value users, such as those with large shopping carts who initiated checkout or those who purchased during specific months (November/December).\u003c/p\u003e\n"],["\u003cp\u003eBy implementing these rules, you can effectively increase bids for targeted ad campaigns to re-engage these valuable user segments, potentially leading to higher conversion rates.\u003c/p\u003e\n"],["\u003cp\u003eThe example illustrates how to structure a \u003ccode\u003erule_based_user_list\u003c/code\u003e to capture users fulfilling either of two criteria: having multiple items in their cart and reaching the checkout page, or having completed a purchase in November or December.\u003c/p\u003e\n"]]],[],null,["# Scenario\n\nSay you have a site where you've configured several custom remarketing tag\nparameters to capture the following attributes of users:\n\n- [`event`](//support.google.com/google-ads/answer/7305793) - The category of page on your site, such as checkout, cart, etc.\n- `cartsize` - The number of items in a user's shopping cart.\n- `checkoutdate` - The date on which a user checked out. You only set this parameter when a user has actually completed a purchase.\n\nYou're interested in showing more impressions to users who have placed multiple\nitems in their shopping carts and initiated the checkout process. You also want\nto find users who have made a purchase during November and December because you\nplan to have a big sale on your site during those months.\n\nYou can describe this set of users with either of the following rules:\n\n1. Users who visited the checkout page **and** had more than one item in their cart.\n2. Users who checked out during the months of November or December.\n\nIf a user falls into either category 1 or category 2, you want to increase your\nbids in specific ad groups or campaigns by 25%.\n\nObjects\n-------\n\nTake a look at the structure of a rule-based user list. A rule-based list is\nrepresented in the Google Ads API as a\n[`rule_based_user_list`](/google-ads/api/reference/rpc/v21/UserList#rule_based_user_list).\n\nThe following diagram shows what the\n[`rule_based_user_list`](/google-ads/api/reference/rpc/v21/UserList#rule_based_user_list) for this\nuse case will look like when we're done.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]