Specifica i link di azioni
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Un link di azione consente agli utenti di interagire con un link diretto che rimanda al sito web del partner per eseguire un'azione. I link diretti vengono visualizzati nella scheda informativa del commerciante. Questa guida descrive come
aggiungere link di azioni ai feed.
Link alle azioni a livello di commerciante
Devi fornire un link di azione tramite i feed dei commercianti quando tutti i servizi per un determinato commerciante reindirizzano l'utente alla stessa pagina di destinazione sul sito web del partner.
Il tipo di azione deve essere specificato utilizzando ActionLinkType che fa parte di
ActionLink
nel feed dei commercianti.
Il valore ActionLinkType deve essere impostato su ACTION_LINK_TYPE_BOOK_APPOINTMENT per l'integrazione del reindirizzamento degli annunci di Servizi locali.
// 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;}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]