لینک های عمل را مشخص کنید
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
پیوند اکشن این امکان را برای کاربران فراهم میکند تا با یک پیوند عمیق که برای انجام یک عمل به وبسایت شریک پیوند میخورد، تعامل داشته باشند. پیوندهای عمیق در پانل دانش تاجر نمایش داده می شوند. این راهنما نحوه افزودن پیوندهای اقدام به فیدها را شرح می دهد.
پیوندهای اقدام سطح تاجر
زمانی که همه سرویسهای یک تاجر معین کاربر را به همان صفحه مقصد در وبسایت شریک هدایت میکنند، باید یک پیوند اقدام از طریق فیدهای فروشنده ارائه کنید.
نوع عمل باید با استفاده از ActionLinkType که بخشی از ActionLink در فید تاجران است، مشخص شود.
ActionLinkType باید برای ادغام تغییر مسیر تبلیغات خدمات محلی روی ACTION_LINK_TYPE_BOOK_APPOINTMENT تنظیم شود.
// 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 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2026-03-26 بهوقت ساعت هماهنگ جهانی."],[],["Partners integrating with Actions Center Local Services Ads Redirect use action links in merchant feeds to direct users to their website. When all services for a merchant share the same landing page, a merchant-level action link should be provided. The `ActionLinkType`, specifying the action, must be included, and for this integration, it should be set to `ACTION_LINK_TYPE_BOOK_APPOINTMENT`. Only one action link per `ActionLinkType` is displayed per merchant. The services feed is not recommended for new integrations.\n"]]