مشخص کردن پیوندهای عمل
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک لینک عملیاتی این امکان را برای کاربران فراهم میکند تا با یک لینک عمیق که به وبسایت شریک برای انجام یک عمل متصل است، تعامل داشته باشند. لینکهای عمیق در پنل دانش فروشنده نمایش داده میشوند. این راهنما نحوه اضافه کردن لینکهای عملیاتی به فیدها را شرح میدهد.
پیوندهای اقدام سطح فروشنده
شما باید از طریق فیدهای فروشنده، زمانی که همه سرویسهای یک فروشنده خاص، کاربر را به صفحه فرود یکسانی در وبسایت شریک هدایت میکنند، یک لینک فعال ارائه دهید.
نوع اقدام باید با استفاده از ActionLinkType که بخشی از ActionLink در فید فروشندگان است، مشخص شود.
// Predetermined type of action associated with an action link.enumActionLinkType{// The action link type is unspecified.ACTION_LINK_TYPE_UNSPECIFIED=0;// The action link type is booking an appointment.ACTION_LINK_TYPE_BOOK_APPOINTMENT=1;// The action link type is booking an online appointment.ACTION_LINK_TYPE_BOOK_ONLINE_APPOINTMENT=2;// The action link type is ordering food for delivery or takeout or both.ACTION_LINK_TYPE_ORDER_FOOD=3;// The action link type is ordering food for delivery.ACTION_LINK_TYPE_ORDER_FOOD_DELIVERY=4;// The action link type is ordering food for takeout.ACTION_LINK_TYPE_ORDER_FOOD_TAKEOUT=5;// The action link type is making a dining reservation.ACTION_LINK_TYPE_MAKE_DINING_RESERVATION=6;// The action link type allows users to shop from the given merchant. It// could either be delivery or pickup.ACTION_LINK_TYPE_SHOP_ONLINE=7;}
تاریخ آخرین بهروزرسانی 2026-03-26 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2026-03-26 بهوقت ساعت هماهنگ جهانی."],[],["Partners integrating with the Actions Center Reservations Business Link add action links to merchant feeds. These links, displayed on the merchant's knowledge panel, direct users to the partner's website for specific actions. Each merchant can have one action link per `ActionLinkType`, which specifies the action type (e.g., booking, ordering, reservations). `ActionLinkType` options include booking appointments, ordering food (delivery/takeout), making dining reservations, or shopping online. Action links should lead to a location-specific page where users complete the action.\n"]]