Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Đường liên kết hành động cho phép người dùng tương tác với một đường liên kết sâu dẫn đến trang web của đối tác để thực hiện một hành động. Đường liên kết sâu sẽ xuất hiện trên bảng tri thức của người bán. Hướng dẫn này sẽ mô tả cách thêm đường liên kết đến hành động vào nguồn cấp dữ liệu.
Bạn có thể cung cấp đường liên kết đến hành động ở hai vị trí:
Nguồn cấp dữ liệu người bán – Triển khai đường liên kết đến hành động thông qua nguồn cấp dữ liệu người bán, khi một người bán có nhiều dịch vụ thực hiện một hành động tương tự.
Nguồn cấp dữ liệu dịch vụ – Triển khai đường liên kết hành động thông qua nguồn cấp dữ liệu dịch vụ, khi một người bán có nhiều dịch vụ thực hiện các hành động khác nhau.
Đường liên kết đến hành động ở cấp người bán
Bạn nên cung cấp đường liên kết hành động thông qua nguồn cấp dữ liệu Người bán khi tất cả dịch vụ của một người bán cụ thể chuyển hướng người dùng đến cùng một trang đích trên trang web của đối tác.
Đây thường là cách triển khai duy nhất có ý nghĩa đối với nhà hàng vì mỗi người bán chỉ có một dịch vụ.
Ví dụ:
Người bán cung cấp nhiều dịch vụ như lớp học yoga, lớp học đấm bốc, lớp học đạp xe, cắt tóc, nhuộm tóc, gội đầu.
Đường liên kết hành động sẽ chuyển hướng đến một trang đích cho thấy toàn bộ danh mục dịch vụ của người bán.
Bạn phải chỉ định loại hành động bằng ActionLinkType, một phần của ActionLink trong nguồn cấp dữ liệu của người bán.
Bạn nên cung cấp đường liên kết đến hành động thông qua nguồn cấp dữ liệu Dịch vụ khi người bán có nhiều đường liên kết sâu cho mỗi dịch vụ hoặc người bán có nhiều dịch vụ thực hiện nhiều hành động như đặt đồ ăn và đặt chỗ ăn uống.
Ví dụ:
Nhà hàng có dịch vụ đặt chỗ ăn uống và đặt món ăn. Một đường liên kết hành động chuyển hướng người dùng đến trang đặt chỗ ăn uống và một đường liên kết khác chuyển hướng người dùng đến trang đặt món ăn
Bạn có thể chỉ định loại hành động bằng cách sử dụng ServiceType trong các dịch vụ và ActionLinkType là một phần của ActionLink trong nguồn cấp dữ liệu của người bán.
OrderOnlineMetadata được dùng để chỉ định thông tin sẽ hiển thị cho người dùng về mọi khoản phí, số lượng đơn đặt hàng tối thiểu và tình trạng còn hàng cho các phương thức thực hiện đơn đặt hàng trực tuyến. Khi được đưa vào, siêu dữ liệu này sẽ đi kèm với đường liên kết đến hành động trong nguồn cấp dữ liệu của người bán.
Để biết thêm thông tin về cách đưa thông tin này vào nguồn cấp dữ liệu một cách chính xác nếu quy trình tích hợp của bạn yêu cầu, hãy xem tài liệu sau:
[[["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: 2025-07-26 UTC."],[[["\u003cp\u003eThis legacy tutorial explains how to add action links (deep links to partner websites) to Merchant and Services feeds for existing Actions Center integrations.\u003c/p\u003e\n"],["\u003cp\u003eAction links in Merchant feeds are suitable when all services for a merchant lead to the same landing page, while Services feeds are used for distinct service actions or multiple service types.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eActionLinkType\u003c/code\u003e and \u003ccode\u003eServiceType\u003c/code\u003e enums define the specific action associated with a link and are mandatory for starter integrations; using \u003ccode\u003eUNSPECIFIED\u003c/code\u003e types is discouraged.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOrderOnlineMetadata\u003c/code\u003e should only be included by partners participating in Retail Ordering actions, providing details on fees, minimum order amounts, and fulfillment availability.\u003c/p\u003e\n"],["\u003cp\u003eNew integrations should refer to the up-to-date tutorial linked at the beginning of the document.\u003c/p\u003e\n"]]],["Action links, directing users to partner websites, are added to merchant or services feeds. Merchant-level links suit when a merchant's services share a landing page; services-level links are for when services have distinct deep links or offer diverse actions. Action types are specified using `ActionLinkType` or `ServiceType`. `OrderOnlineMetadata`, used for retail ordering, details fees, minimums, and fulfillment options. It is noted that this is a legacy tutorial.\n"],null,["# Specify action links (Legacy)\n\n| **Warning:** This is a legacy tutorial and should only be used to maintain existing integrations. New integrations must used the [up-to-date tutorial](/actions-center/verticals?vertical_redirect_fragment=guides/tutorials/tutorial-specifying-action-links).\n\n\u003cbr /\u003e\n\n| **Note:** This guide only applies to partners who are integrating with the Actions Center Legacy Starter integration.\n\nAn action link provides the ability for users to interact with a deep link\nwhich links out to the partner's website to perform an action. Deep links\nare displayed on the merchant's knowledge panel. This guide will describe how\nto add action links to the feeds.\n\nAction links can be provided in two places:\n\n- [Merchant feed](/actions-center/verticals?vertical_redirect_fragment=reference/feed-specifications/merchants-feed) - Implement action links via the merchant feeds, when a single merchant has multiple services performing a similar action.\n- [Services feed](/actions-center/verticals?vertical_redirect_fragment=reference/feed-specifications/services-feed) - Implement action links via the services feeds, when a single merchant has multiple services performing different actions.\n\nMerchant level action links\n---------------------------\n\nYou should provide an action link via the Merchant feeds when all services\nfor a given merchant redirects the user to the same landing page on the\npartner's website.\n\nThis is usually the only meaningful implementation for dining\nas there is only one service per merchant.\n\nAn example is:\n\n- A merchant provides multiple services like yoga classes, boxing classes, cycling classes, haircut, hair coloring, shampoo. The action link redirects to a landing page displaying the entire service catalog for the merchant.\n\n| **Note:** Currently, only one action link is displayed for a single merchant on the merchant knowledge panel for a particular [`ActionLinkType`](/actions-center/verticals?vertical_redirect_fragment=reference/feed-specifications/merchants-feed#ActionLink-definition) (e.g.: food ordering or making a dining reservation, making an appointment for in-person or online). Therefore, only deeplinks listing all services can be surfaced.\n\nThe type of action must be specified using the `ActionLinkType` which is part of\n[`ActionLink`](/actions-center/verticals?vertical_redirect_fragment=reference/feed-specifications/merchants-feed#ActionLink-definition)\nin the merchants feed. \n\n```gdscript\n // Predetermined type of action associated with an action link.\n enum ActionLinkType {\n // The action link type is unspecified.\n ACTION_LINK_TYPE_UNSPECIFIED = 0;\n\n // The action link type is booking an appointment.\n ACTION_LINK_TYPE_BOOK_APPOINTMENT = 1;\n\n // The action link type is booking an online appointment.\n ACTION_LINK_TYPE_BOOK_ONLINE_APPOINTMENT = 2;\n\n // The action link type is ordering food for delivery or takeout or both.\n ACTION_LINK_TYPE_ORDER_FOOD = 3;\n\n // The action link type is ordering food for delivery.\n ACTION_LINK_TYPE_ORDER_FOOD_DELIVERY = 4;\n\n // The action link type is ordering food for takeout.\n ACTION_LINK_TYPE_ORDER_FOOD_TAKEOUT = 5;\n\n // The action link type is making a dining reservation.\n ACTION_LINK_TYPE_MAKE_DINING_RESERVATION = 6;\n\n // The action link type allows users to shop from the given merchant. It\n // could either be delivery or pickup.\n ACTION_LINK_TYPE_SHOP_ONLINE = 7;\n }\n```\n\nServices level action links\n---------------------------\n\nYou should provide an action link via the Services feed when the merchant has\ndifferent deep links per service or the merchant has multiple services\nperforming different actions like food ordering and dining reservation.\n\nAn example is:\n\n- A restaurant provides dining reservation and food ordering. One action link redirects the user to the dining reservation page and another redirects the user to the food ordering page\n\nThe type of action can be specified using the `ServiceType` in\nthe services and `ActionLinkType` which is part of\n`ActionLink` in the merchants feed.\n**Note:** Specifying `ServiceType` or `ActionLinkType` is mandatory for starter integration. \n\n```gdscript\n enum ServiceType {\n SERVICE_TYPE_UNSPECIFIED = 0;\n\n // Service that provides dining reservation.\n SERVICE_TYPE_DINING_RESERVATION = 1;\n\n // Service that provides food ordering in general, could be either takeout\n // or delivery or both.\n SERVICE_TYPE_FOOD_ORDERING = 2;\n\n // Service that only provides food delivery.\n SERVICE_TYPE_FOOD_DELIVERY = 6;\n\n // Service that only provides food takeout.\n SERVICE_TYPE_FOOD_TAKEOUT = 7;\n\n // Services that provide event based ticketing (e.g. concerts, sporting\n // events, shows). Do not use for Reserve with Google integrations.\n SERVICE_TYPE_EVENT_TICKET = 3;\n SERVICE_TYPE_TRIP_TOUR = 4;\n\n // Service that provides appointments or classes. Recommended for (1) health\n // and fitness, (2) spa and beauty, and (3) financial consults and\n // evaluations services. Please see the supported service types:\n // https://developers.google.com/maps-booking/guides/end-to-end-integration/overview\n SERVICE_TYPE_APPOINTMENT = 5;\n\n // Service that provides appointment for an online class or session which\n // will be fully virtual. Must be set if enabling virtual service bookings.\n SERVICE_TYPE_ONLINE_APPOINTMENT = 8;\n\n // Service that allows users to shop from the given merchant. It could\n // either be delivery or pickup.\n SERVICE_TYPE_SHOPPING = 9;\n }\n```\n| **Note:** We do not recommend using `SERVICE_TYPE_UNSPECIFIED` or `ACTION_LINK_TYPE_UNSPECIFIED` for any of your actions links.\n\nUsing OrderOnlineMetadata\n-------------------------\n\n| **Note:** OrderOnlineMetadata should only be included by partners who participate in Retail Ordering actions. Please do not include this information in your feeds unless you have been instructed to do so by your Actions Center contact.\n\nThe OrderOnlineMetadata is used to specify information to be displayed to\nthe user about any fees, minimum order amounts, and availability for different\nonline shopping fulfillment methods. When included, this metadata is included\nwith the action link in the Merchant feed.\n\nFor additional information on how to properly include this information in\nyour feeds if your integration requires it can be found in the following\ndocumentation:\n\n- [Retail Ordering Feed samples](/actions-center/verticals/shopping/samples/starter-feed-samples/shopping-with-metadata) that include this metadata\n- A tutorial on [adding and updating availability metadata](/actions-center/verticals/shopping/guides/tutorials/tutorial-adding-shopping-availability)\n- [OrderOnlineMetadata](/actions-center/verticals?vertical_redirect_fragment=reference/feed-specifications/merchants-feed#orderonlinemetadata_definition) Reference definition for"]]