সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি গ্রুপিং আইডি ব্যবহার করুন
ডিফল্টরূপে, 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-09-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["Passes in Google Wallet can be grouped by assigning them a shared `groupingId`. This can be done during the initial provisioning or later using `update` or `patch` methods. Setting the `groupingInfo.groupingId` property to the same value for multiple passes ensures they appear together as a carousel in the user's Wallet app. The `sortIndex` property within `groupingInfo` is used to arrange the order of passes. Example: A loyalty card and offer are grouped with the same ID.\n"]]