الاستهداف الذي تريد اتّباعه عند فتح رابط التطبيق على الأجهزة العميلة وسيستخدمها الشركاء لفتح تطبيقاتهم أو صفحات الويب الخاصة بهم.
AppTarget
تمثيل JSON
{// Union field target can be only one of the following:"targetUri": {object (Uri)},"packageName": string// End of list of possible types for union field target.}
معرّف الموارد المنتظم (URI) لـ AppTarget يجب ضبط الوصف في معرّف الموارد المنتظم (URI). يُفضَّل ضبط حقل الحزمة بدلاً من ذلك، إذا تم تحديد هذا الاستهداف لتطبيقك.
packageName
string
اسم حزمة AppTarget. على سبيل المثال: com.google.android.gm
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["AppLinkData objects contain information about app links for Android, iOS, and web apps, along with display text."],["AppLinkInfo objects, while largely deprecated, can define targets for opening app links."],["AppTarget objects specify either a URI or package name as the target for the app link."],["The `displayText` field within AppLinkData allows for customization of the app link button's text, with a 30-character limit."],["App link functionality enables integration with external apps or web pages directly from Google Wallet passes."]]],["The core content describes data structures for app links, including `JSON representation`, `AppLinkInfo`, and `AppTarget`. `AppLinkInfo` contains information for Android and web app links, with `displayText`. `AppLinkInfo` further specifies `appTarget`, which defines how to open the link, via either a `targetUri` or `packageName`. Several fields, such as `iosAppLinkInfo`, `appLogoImage`, `title`, and `description`, are deprecated. `target` is a union field with either `targetUri` or `packageName`.\n"]]