من مزايا ربط التطبيقات أنّه يمكّن عبارة الطلب من توجيه
المستخدمين إلى تجاربك المرتبطة بعلامتك التجارية من "محفظة Google". تظهر الروابط التي تتضمّن هذه الميزة في أسفل
البطاقة.
مثال على الميزة
جهة الإصدار
ضبط رابط التطبيق في بطاقة "محفظة Google"
بالنسبة إلى بطاقة هدايا معيّنة، اضبط الحقل GiftCardObject.appLinkData
على معرّف الموارد المنتظم (URI) أو اسم الحزمة لتطبيقك أو موقعك الإلكتروني.
اطّلِع على تنسيق حقل appLinkData وسياقه في رمز المصدر التالي:
يمكن إدخال 30 حرفًا كحد أقصى في حقل displayText.
تاريخ التعديل الأخير: 2025-02-28 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-28 (حسب التوقيت العالمي المتفَّق عليه)"],[[["There are four ways to add links to a gift card: using `GiftCardClass.LinksModuleData` for all cards in a class, `GiftCardObject.LinksModuleData` for a specific card, `GiftCardObject.appLinkData` for an app link at the bottom of a specific pass, and `GiftCardClass.appLinkData` for an app link at the bottom of all passes in a class."],["App linking enables call-to-actions that navigate users to branded experiences from Google Wallet, appearing at the bottom of the pass."],["To set an app link, configure the `GiftCardObject.appLinkData` field with the URI or Package name of your app or website for a given gift card."],["The `appLinkData` field allows specifying `androidAppLinkInfo` for Android and `webAppLinkInfo` for web links, along with `displayText` (limited to 30 characters) for the link's visible label."],["An alternative implementation for `appLinkData` utilizes `targetUri` within `androidAppLinkInfo` to link directly to the app's Play Store listing."]]],["Links can be added to gift cards in four ways: via `GiftCardClass.LinksModuleData` (for all cards in a class), `GiftCardObject.LinksModuleData` (for a specific card), `GiftCardObject.appLinkData`, or `GiftCardClass.appLinkData` (both for app links). `AppLinkData` enables navigation to branded experiences and appears at the pass's bottom. Deep linking requires `webAppLinkInfo`. `appLinkData` includes `androidAppLinkInfo` or `webAppLinkInfo`, and `displayText` (limited to 30 characters).\n"]]