Trường hợp
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Giả sử bạn có một trang web mà bạn đã định cấu hình một số thông số thẻ tái tiếp thị tuỳ chỉnh để thu thập các thuộc tính sau đây của người dùng:
event
– Danh mục trang trên trang web của bạn, chẳng hạn như thanh toán, giỏ hàng, v.v.
cartsize
– Số lượng mặt hàng trong giỏ hàng của người dùng.
checkoutdate
– Ngày người dùng trả phòng. Bạn chỉ đặt thông số này khi người dùng thực sự hoàn tất giao dịch mua.
Bạn muốn hiển thị nhiều lượt hiển thị hơn cho những người dùng đã đặt nhiều mặt hàng vào giỏ hàng và bắt đầu quy trình thanh toán. Bạn cũng muốn tìm những người dùng đã mua hàng trong tháng 11 và tháng 12 vì bạn dự định tổ chức một đợt giảm giá lớn trên trang web của mình trong những tháng đó.
Bạn có thể mô tả nhóm người dùng này bằng một trong hai quy tắc sau:
- Người dùng đã truy cập vào trang thanh toán và có nhiều mặt hàng trong giỏ hàng.
- Những người dùng đã thanh toán trong tháng 11 hoặc tháng 12.
Nếu người dùng thuộc danh mục 1 hoặc danh mục 2, bạn muốn tăng giá thầu trong các nhóm quảng cáo hoặc chiến dịch cụ thể thêm 25%.
Đối tượng
Hãy xem cấu trúc của danh sách người dùng dựa trên quy tắc. Danh sách dựa trên quy tắc được biểu thị trong Google Ads API dưới dạng rule_based_user_list
.
Sơ đồ sau đây cho thấy giao diện của rule_based_user_list
cho trường hợp sử dụng này khi chúng ta hoàn tất.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-09-05 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-09-05 UTC."],[[["\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"]]