İşlem bağlantılarını belirtme
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
İşlem bağlantısı, kullanıcıların bir işlem gerçekleştirmek için iş ortağının web sitesine yönlendiren derin bir bağlantıyla etkileşime geçmesine olanak tanır. Derin bağlantılar satıcının bilgi panelinde gösterilir. Bu kılavuzda, feed'lere nasıl işlem bağlantıları ekleneceği açıklanmaktadır.
Satıcı düzeyinde işlem bağlantıları
Belirli bir satıcının tüm hizmetleri kullanıcıyı iş ortağının web sitesindeki aynı açılış sayfasına yönlendirdiğinde satıcı feed'leri aracılığıyla bir işlem bağlantısı sağlamanız gerekir.
İşlem türü, satıcı feed'inde ActionLink bölümündeki ActionLinkType kullanılarak belirtilmelidir.
Yerel Hizmet Reklamları Yönlendirme entegrasyonu için ActionLinkType, ACTION_LINK_TYPE_BOOK_APPOINTMENT olarak ayarlanmalıdır.
// 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;}
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2026-03-26 UTC."],[],["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"]]