Mục tiêu cần theo dõi khi mở đường liên kết đến ứng dụng trên ứng dụng khách. Các đối tác sẽ sử dụng URL này để mở ứng dụng hoặc trang web của họ.
AppTarget
Biểu diễn dưới dạng 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.}
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-11-16 UTC."],[[["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"]]