দৃশ্যকল্প
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
বলুন আপনার একটি সাইট আছে যেখানে আপনি ব্যবহারকারীদের নিম্নলিখিত বৈশিষ্ট্যগুলি ক্যাপচার করতে বেশ কয়েকটি কাস্টম রিমার্কেটিং ট্যাগ প্যারামিটার কনফিগার করেছেন:
-
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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-09-03 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"]]