Use OfferClass.appLinkData to place an app link at the bottom of all the passes of that class.
One benefit of app linking is that it empowers your call-to-action to navigate
users to your branded experiences from Google Wallet. Links with this feature appear at the bottom
of the Pass.
Feature example
Issuer
Set the app link on your Google Wallet pass
For a given offer, set the field OfferObject.appLinkData
to the URI or Package name of your app or website.
See the format and context of the appLinkData field in the following source code:
The displayText field is limited to 30 characters.
[[["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-09-12 UTC."],[[["\u003cp\u003eThere are four ways to add links to an offer, including using \u003ccode\u003eOfferClass.LinksModuleData\u003c/code\u003e, \u003ccode\u003eOfferObject.LinksModuleData\u003c/code\u003e, \u003ccode\u003eOfferObject.appLinkData\u003c/code\u003e, and \u003ccode\u003eOfferClass.appLinkData\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eApp linking enhances call-to-action by directing users to branded experiences from Google Wallet, with links displayed at the bottom of the Pass.\u003c/p\u003e\n"],["\u003cp\u003eYou can set the \u003ccode\u003eOfferObject.appLinkData\u003c/code\u003e field to the URI or Package name to enable app linking for a specific offer.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eappLinkData\u003c/code\u003e field allows you to specify \u003ccode\u003eandroidAppLinkInfo\u003c/code\u003e and \u003ccode\u003ewebAppLinkInfo\u003c/code\u003e for deep linking into your app or website, with a customizable \u003ccode\u003edisplayText\u003c/code\u003e limited to 30 characters.\u003c/p\u003e\n"],["\u003cp\u003eWhile linking to the Play Store is possible using \u003ccode\u003etargetUri\u003c/code\u003e within \u003ccode\u003eandroidAppLinkInfo\u003c/code\u003e, it's recommended to utilize \u003ccode\u003epackageName\u003c/code\u003e for a direct in-app experience.\u003c/p\u003e\n"]]],["Links can be added to offers in four ways: using `OfferClass.LinksModuleData` for all offers, `OfferObject.LinksModuleData` for a specific offer, `OfferObject.appLinkData` for a particular pass's app link, or `OfferClass.appLinkData` for all passes of that class' app links. App links, which appear at the bottom of the pass, let the user navigate to branded experiences. `OfferObject.appLinkData` accepts app URIs or package names, with `displayText` limited to 30 characters. `webAppLinkInfo` supports deep linking.\n"],null,[]]