स्थिति
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
मान लें कि आपके पास एक ऐसी साइट है जहां आपने उपयोगकर्ताओं के इन एट्रिब्यूट को कैप्चर करने के लिए, कई कस्टम रीमार्केटिंग टैग पैरामीटर कॉन्फ़िगर किए हैं:
event
- आपकी साइट पर मौजूद पेज की कैटगरी, जैसे कि चेकआउट, कार्ट वगैरह.
cartsize
- उपयोगकर्ता के शॉपिंग कार्ट में मौजूद आइटम की संख्या.
checkoutdate
- वह तारीख जब उपयोगकर्ता ने चेक आउट किया. इस पैरामीटर को सिर्फ़ तब सेट करें, जब उपयोगकर्ता ने असल में खरीदारी पूरी कर ली हो.
आपको उन उपयोगकर्ताओं को ज़्यादा इंप्रेशन दिखाने हैं जिन्होंने अपने शॉपिंग कार्ट में कई आइटम डाले हैं और चेकआउट की प्रोसेस शुरू की है. आपको उन उपयोगकर्ताओं को भी ढूंढना है जिन्होंने नवंबर और दिसंबर के दौरान खरीदारी की है, क्योंकि आपको उन महीनों में अपनी साइट पर एक बड़ी सेल करनी है.
उपयोगकर्ताओं के इस सेट के बारे में, इनमें से किसी भी नियम का इस्तेमाल करके बताया जा सकता है:
- चेकआउट पेज पर गए उपयोगकर्ता और जिनके कार्ट में एक से ज़्यादा आइटम थे.
- ऐसे उपयोगकर्ता जिन्होंने नवंबर या दिसंबर के दौरान चेक आउट किया.
अगर कोई उपयोगकर्ता कैटगरी 1 या कैटगरी 2 में आता है, तो आपको कुछ विज्ञापन ग्रुप या कैंपेन में अपनी बिड को 25% बढ़ाना है.
ऑब्जेक्ट
नियम के आधार पर बनाई गई उपयोगकर्ता सूची के स्ट्रक्चर पर एक नज़र डालें. नियम पर आधारित सूची को Google Ads API में rule_based_user_list
के तौर पर दिखाया जाता है.
इस डायग्राम में दिखाया गया है कि इस इस्तेमाल के उदाहरण के लिए, rule_based_user_list
कैसा दिखेगा.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-09-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]