من مزايا ربط التطبيقات أنّه يمكّن عبارة الطلب من توجيه
المستخدمين إلى تجاربك المرتبطة بعلامتك التجارية من "محفظة Google". تظهر الروابط التي تتضمّن هذه الميزة في أسفل
البطاقة.
مثال على الميزة
جهة الإصدار
ضبط رابط التطبيق في بطاقة "محفظة Google"
بالنسبة إلى عرض معيّن، اضبط الحقل OfferObject.appLinkData
على معرّف الموارد المنتظم أو اسم الحزمة لتطبيقك أو موقعك الإلكتروني.
اطّلِع على تنسيق حقل appLinkData وسياقه في رمز المصدر التالي:
يمكن إدخال 30 حرفًا كحد أقصى في حقل displayText.
تاريخ التعديل الأخير: 2025-02-28 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-28 (حسب التوقيت العالمي المتفَّق عليه)"],[[["There are four ways to add links to an offer, including using `OfferClass.LinksModuleData`, `OfferObject.LinksModuleData`, `OfferObject.appLinkData`, and `OfferClass.appLinkData`."],["App linking enhances call-to-action by directing users to branded experiences from Google Wallet, with links displayed at the bottom of the Pass."],["You can set the `OfferObject.appLinkData` field to the URI or Package name to enable app linking for a specific offer."],["The `appLinkData` field allows you to specify `androidAppLinkInfo` and `webAppLinkInfo` for deep linking into your app or website, with a customizable `displayText` limited to 30 characters."],["While linking to the Play Store is possible using `targetUri` within `androidAppLinkInfo`, it's recommended to utilize `packageName` for a direct in-app experience."]]],["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"]]