Es el objetivo que se debe seguir cuando se abre el vínculo de la app en los clientes. Los socios lo usarán para abrir su app o página web.
AppTarget
Representación 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.}
Es el URI de AppTarget. Se debe configurar la descripción en el URI. En su lugar, prefiere configurar el campo de paquete si este objetivo está definido para tu aplicación.
packageName
string
Es el nombre del paquete de AppTarget. Por ejemplo: com.google.android.gm
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]