피드 개요
이 섹션에서는 인벤토리 데이터를 액션 센터로 전송하는 데 사용되는 피드 파일을 지정합니다. 피드의 콘텐츠는 제공하는 서비스와 사용 가능한 서비스를 정의합니다.
인벤토리 피드의 구조는 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 specific feed files, defining available services."],["Mandatory feeds include Entity (describing your business entities) and Action (describing associated deep links)."],["Feeds can be formatted as protocol buffer 3 syntax in pb3 or JSON, with JSON recommended."],["While optional fields can be omitted, required ones must be included for successful data transmission."],["Google recommends using gzip compression for feeds before uploading to optimize the process."]]],["Inventory data is sent to the Actions Center via feed files, which define service offerings. Mandatory feeds for Local Services Ads Redirect integration include the Entity feed (describing entities) and the Action feed (describing entity deep links). Fields can be required or optional. Feeds use protocol buffer 3 syntax and can be uploaded as binary or JSON; JSON is recommended. Gzip compression is advised before upload. The feeds format is defined by the Google Maps Booking API.\n"]]