Stay organized with collections
Save and categorize content based on your preferences.
Use a grouping ID
By default, adding multiple passes to a single
Add to Google Wallet link will not group those passes in the
user's Google Wallet app. However, passes can be grouped together by making
sure they all have the same grouping ID. Grouped passes will appear together
in the Google Wallet app. When a group of passes is selected, each pass will
be shown on a carousel.
To add a pass to a group, the groupingInfo.groupingId property of
the pass object must be set. All pass objects with the same
groupingId value will be automatically grouped together, even if
they were added separately.
The following example shows a loyalty card and offer being grouped together to
entice the user to make use of both in their next purchase.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["Multiple passes added to Google Wallet can be grouped together by assigning them the same `groupingId`."],["Grouped passes are displayed together in the Google Wallet app, allowing users to easily access related passes."],["Passes can be grouped during initial creation or later using the `update` or `patch` methods."],["The `groupingInfo.groupingId` property is used to specify the grouping ID for a pass."]]],["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"]]