작업 링크 지정
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
작업 링크는 사용자가 파트너 웹사이트로 연결되는 딥 링크와 상호작용하여 작업을 실행할 수 있는 기능을 제공합니다. 딥 링크는 판매자의 지식 패널에 표시됩니다. 이 가이드에서는 피드에 작업 링크를 추가하는 방법을 설명합니다.
판매자 수준 작업 링크
특정 판매자의 모든 서비스가 사용자를 파트너 웹사이트의 동일한 방문 페이지로 리디렉션하는 경우 판매자 피드를 통해 작업 링크를 제공해야 합니다.
작업 유형은 판매자 피드의 ActionLink에 포함된 ActionLinkType를 사용하여 지정해야 합니다.
지역 서비스 광고 리디렉션 통합의 경우 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;}
[[["이해하기 쉬움","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(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"]]