Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Utilizza un ID raggruppamento
Per impostazione predefinita, l'aggiunta di più tessere a una singola
Il link Aggiungi a Google Wallet non raggruppa queste tessere nel
nell'app Google Wallet dell'utente. Tuttavia, le tessere possono essere raggruppate
assicurati che abbiano tutti lo stesso ID raggruppamento. Le tessere raggruppate verranno visualizzate insieme
nell'app Google Wallet. Quando viene selezionato un gruppo di tessere, ognuna
verrà mostrato in un carosello.
Per aggiungere una tessera a un gruppo, viene utilizzata la proprietà groupingInfo.groupingId di
è necessario impostare l'oggetto pass. Tutti gli oggetti pass con lo stesso
Il valore groupingId verrà raggruppato automaticamente, anche se
sono stati aggiunti separatamente.
L'esempio seguente mostra una carta fedeltà e un'offerta che vengono raggruppate insieme
indurre l'utente a utilizzare entrambi nel prossimo acquisto.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]