สถานการณ์
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สมมติว่าคุณมีเว็บไซต์ที่กำหนดค่าพารามิเตอร์แท็กรีมาร์เก็ตติ้งที่กำหนดเองหลายรายการเพื่อบันทึกแอตทริบิวต์ต่อไปนี้ของผู้ใช้
event
- หมวดหมู่ของหน้าเว็บในเว็บไซต์ เช่น การชำระเงิน รถเข็น ฯลฯ
cartsize
- จํานวนสินค้าในรถเข็นช็อปปิ้งของผู้ใช้
checkoutdate
- วันที่ที่ผู้ใช้ชำระเงิน คุณตั้งค่าพารามิเตอร์นี้ก็ต่อเมื่อผู้ใช้ทำการซื้อเสร็จสมบูรณ์แล้วเท่านั้น
คุณสนใจที่จะแสดงการแสดงผลต่อผู้ใช้ที่เพิ่มสินค้าหลายรายการลงในรถเข็นช็อปปิ้งและเริ่มกระบวนการชำระเงิน นอกจากนี้ คุณยังต้องการค้นหาผู้ใช้ที่ทําการซื้อในช่วงเดือนพฤศจิกายนและธันวาคม เนื่องจากคุณวางแผนที่จะจัดโปรโมชันลดราคาครั้งใหญ่ในเว็บไซต์ในช่วงเดือนดังกล่าว
คุณอธิบายชุดผู้ใช้ดังกล่าวได้ด้วยกฎต่อไปนี้
- ผู้ใช้ที่เข้าชมหน้าชำระเงินและมีสินค้ามากกว่า 1 รายการในรถเข็น
- ผู้ใช้ที่ชำระเงินในช่วงเดือนพฤศจิกายนหรือธันวาคม
หากผู้ใช้จัดอยู่ในหมวดหมู่ 1 หรือหมวดหมู่ 2 คุณต้องการเพิ่ม
ราคาเสนอในกลุ่มโฆษณาหรือแคมเปญที่เฉพาะเจาะจง 25%
วัตถุ
ดูโครงสร้างของกลุ่มเป้าหมายตามกฎ รายการที่อิงตามกฎจะแสดงใน Google Ads API เป็น rule_based_user_list
แผนภาพต่อไปนี้แสดงลักษณะของ
rule_based_user_list
สำหรับ Use Case นี้เมื่อเราดำเนินการเสร็จแล้ว
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-27 UTC
[null,null,["อัปเดตล่าสุด 2025-08-27 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"]]