[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eGoogle partners can redirect users to their own reservation sites for merchants using the Action feed.\u003c/p\u003e\n"],["\u003cp\u003eThis achieves the same functionality as the Reservations Business Link integration, providing similar display and features.\u003c/p\u003e\n"],["\u003cp\u003eTo enable, partners need to add specific dining reservation link data to the Action feed, with each entity limited to one reservation link.\u003c/p\u003e\n"]]],["Google partners can direct users to their own reservation sites for dining reservations. This is achieved by including dining reservation link data within the Action feed, specifically by adding `dining_info` to the feed with `dining_type` as `TABLE_RESERVATION`. Each entity can have one reservation link. Adding this data ensures the same display and functionality as the Reservations Business Link integration. The feed data must also contain `entity_id`, `link_id` and the `url`.\n"],null,["Google partners may enable Dining Reservations Redirect for merchants to the partner's own reservation site by sending additional dining reservation link data through the [Action feed](/actions-center/verticals/ordering/redirect/reference/feeds/action-feed).\n\n\u003cbr /\u003e\n\nThis results in the same display and features achieved with the [Reservations Business Link integration](/actions-center/verticals/reservations/bl/overview).\nExample of a reservations business link on a Google business listing\n\nImplementation\n\nTo enable Dining Reservations Redirect, edit and add the following sample data to the [Action feed](/actions-center/verticals/ordering/redirect/reference/feeds/action-feed).\n**Note:** Each Entity can only have 1 reservation link. \n\n {\n \"data\": [\n {\n \"actions\": [{ \"dining_info\": { \"dining_type\": \"TABLE_RESERVATION\" } }],\n \"entity_id\": \"dining-1\",\n \"link_id\": \"dining/dining-1\",\n \"url\": \"https://www.restaurant.com/dining/dining-1\"\n }\n ]\n }"]]