সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি গ্রুপিং আইডি ব্যবহার করুন
ডিফল্টরূপে, 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-07-22 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Adding multiple passes to Google Wallet with the same `groupingId` will group them together, enhancing user experience."],["Grouped passes are displayed as a carousel when selected in the Google Wallet app."],["Passes can be grouped during initial creation or later using the `update` or `patch` methods."],["The `groupingInfo.groupingId` property is essential for assigning passes to a specific group."],["Grouping passes, such as loyalty cards and offers, can incentivize users to utilize them together."]]],["Passes in Google Wallet can be grouped by assigning them a shared `groupingId`. This ensures they appear together as a carousel in the user's wallet. Grouping can occur during initial setup or later via `update` or `patch` methods. Setting the `groupingInfo.groupingId` property on each pass object is required. Passes with the same `groupingId` are grouped, even if added separately. The example demonstrates grouping a loyalty card and offer with the same `groupingId`, \"combinedGiftCardAndOfferId\".\n"]]