피드 개요
이 섹션에서는 인벤토리 데이터를 액션 센터로 전송하는 데 사용되는 피드 파일을 지정합니다. 피드의 콘텐츠는 제공하는 서비스와 사용 가능한 서비스를 정의합니다.
인벤토리 피드의 구조는 Google 지도 예약 API에 의해 정의됩니다.
약속 리디렉션 통합에는 다음 피드가 필요합니다.
- 항목 피드: 항목을 설명하는 데이터가 포함됩니다.
- 작업 피드: 항목과 연결된 딥 링크를 설명하는 데이터가 포함됩니다.
이러한 피드에는 필수 필드와 선택 필드가 있습니다. 선택사항으로 표시된 필드는 비워 두면 피드에서 제외됩니다.
피드 양식은 프로토콜 버퍼 3 구문으로 설명됩니다. 피드 파일을 pb3 형식 또는 파생된 JSON 형식의 프로토콜 버퍼 데이터 바이너리 직렬화로 업로드할 수 있습니다.
피드는 JSON 형식으로 업로드하는 것이 좋습니다.
업로드하기 전에 gzip을 사용하여 피드를 압축하는 것이 좋습니다.
이 가이드는 Actions Center 프로토콜 버퍼에만 적용됩니다. 프로토콜 버퍼를 사용하여 pb3 파일을 생성하는 방법에 관한 일반적인 정보는 자바 예를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-26(UTC)
[null,null,["최종 업데이트: 2024-11-26(UTC)"],[[["Inventory data is transmitted to Actions Center using Entity, Action, and Services feeds, defining your provided and available services."],["Feed structures are based on the Google Maps Booking API, with mandatory feeds for Appointments Redirect integration including Entity, Action, and Services."],["Feeds can be provided in pb3 or JSON format (JSON recommended), with optional fields allowed to be omitted when empty."],["Google recommends compressing feeds using gzip before uploading them to Actions Center."]]],["Inventory data is sent to the Actions Center via feed files, which define offered services and their availability. Mandatory feeds for Appointments Redirect integration include: Entity, Action, and Services feeds. These files can be uploaded in either protocol buffer (pb3) or JSON format, with JSON recommended. Optional fields can be omitted. Feeds are structured according to the Google Maps Booking API, and compressing the feeds using gzip prior to upload is recommended.\n"]]