피드를 내보냅니다. 피드 형식은 프로토콜 버퍼 3 구문으로 설명되지만 위에 언급된 샘플을 참고하여 JSON 형식을 확인할 수 있습니다.
JSON 형식으로 피드를 업로드하는 것이 좋습니다.
pb3 형식을 진행하려면 프로토콜 버퍼를 사용하여 pb3 파일을 생성하는 방법에 관한 일반적인 정보는 프로토콜 버퍼 기본사항: Java를 참고하세요.
SFTP 보관용 계정에 피드를 업로드합니다. 피드를 업로드하려면 Google에서 제공한 SFTP 보관용 계정 정보와 설정에서 만든 비공개 키를 사용하세요. Google SFTP 서버는 19321 포트의 sftp://partnerupload.google.com에서 사용할 수 있습니다.
타임스탬프가 포함된 이름과 같이 고유한 이름으로 파일을 업로드합니다. 고유한 이름은 문제 해결에 도움이 되며 피드 상태를 쿼리할 수 있습니다.
피드의 크기와 업로드 빈도를 결정하려면 다음 가이드라인을 참고하세요.
피드 파일 및 샤드의 크기:
피드 파일 크기를 200MB 미만으로 유지합니다 (압축 후). gzip를 사용하여 압축
파일이 200MB를 초과할 수 있는 경우 (압축 후)
피드 파일 샤딩
튜토리얼에 따라 여러 샤드로 분할합니다. 하지만 이 통합만으로는 200MB 한도에 도달하지 않을 가능성이 큽니다.
전체 업데이트 빈도:
전체 판매자 피드는 하루에 한 번 제공됩니다.
(구현된 경우) 전체 서비스 피드는 하루에 한 번 제공됩니다.
Google에서 피드 평가
피드를 업로드하면 Google에서 피드를 처리하고 피드의 품질과 완전성을 평가합니다. Google은 다음과 같은 요인을 확인합니다.
피드가 사양을 충족함
피드에 모든 필수 입력란이 포함되어 있음
각 판매자에 action_link가 하나 이상 있거나 action_link가 하나 이상 정의된 서비스가 하나 이상 있습니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-11-26(UTC)"],[[["Create and upload Merchant feeds daily to provide Google with your restaurant data, including location, contact details, and a deep link for reservations."],["Ensure your feeds adhere to the provided specifications, include all required fields, and are in JSON format for optimal processing."],["Google will then evaluate your feeds for quality, completeness, and accuracy against Google Maps locations."],["While optional, consider providing a `category` field using Google's Place types and a `brand_id` to enhance your listing."],["Use the SFTP dropbox provided by Google to upload your feeds, ensuring file sizes remain below 200MB after gzip compression."]]],["To transmit inventory data, you must first generate a Merchant feed (and optionally a Services feed, though not recommended for new integrations). The Merchant feed, containing merchant details and action links, is required; other fields are optional. You'll then export the feed, preferably in JSON format, and upload it to Google's SFTP dropbox, using unique file names. Google will process it as soon as the last file is uploaded. Once they are uploaded, Google will evaluate your feed.\n"]]