সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি গ্রুপিং আইডি ব্যবহার করুন
ডিফল্টরূপে, Google Wallet লিঙ্কে একাধিক পাস যোগ করলে ব্যবহারকারীর Google Wallet অ্যাপে সেই পাসগুলিকে গোষ্ঠীভুক্ত করা হবে না। যাইহোক, তাদের সকলের একই গ্রুপিং আইডি আছে তা নিশ্চিত করে পাসগুলিকে একসাথে গোষ্ঠীভুক্ত করা যেতে পারে। গোষ্ঠীবদ্ধ পাসগুলি একসাথে Google Wallet অ্যাপে প্রদর্শিত হবে৷ পাসের একটি গ্রুপ নির্বাচন করা হলে, প্রতিটি পাস একটি ক্যারোজেলে দেখানো হবে।
একটি গ্রুপে একটি পাস যোগ করতে, পাস অবজেক্টের groupingInfo.groupingId বৈশিষ্ট্য সেট করতে হবে। একই groupingId মান সহ সমস্ত পাস অবজেক্ট স্বয়ংক্রিয়ভাবে একসাথে গোষ্ঠীবদ্ধ হবে, এমনকি যদি সেগুলি আলাদাভাবে যোগ করা হয়।
নিম্নলিখিত উদাহরণটি একটি আনুগত্য কার্ড এবং অফারকে একত্রে গোষ্ঠীবদ্ধ করে ব্যবহারকারীকে তাদের পরবর্তী কেনাকাটায় উভয়ই ব্যবহার করতে প্রলুব্ধ করতে দেখায়।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-10-11 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["Passes in Google Wallet can be grouped by assigning them a shared `groupingId`. This ID is set within the `groupingInfo.groupingId` property of each pass object. Passes with the same `groupingId` will appear together as a carousel in the user's Wallet. Grouping can occur during initial provisioning or through the `update` or `patch` methods. For example a loyalty card and an offer can be grouped by sharing the same grouping Id, like \"combinedGiftCardAndOfferId\".\n"]]