일반적인 문제
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
피드의 일반적인 문제 및 오류 코드에 대한 자세한 내용은 피드 오류 코드를 참고하세요.
문제 |
유형 |
해상도 |
JSON 파싱 오류 |
구문 |
JSON 페이로드에 사용된 문법을 검토합니다. |
샤드가 누락됨 |
구성 |
총 샤드가 누락되었습니다. |
생성 타임스탬프가 잘못됨 |
구문 |
- 피드 업로드마다 다른 생성 타임스탬프를 사용합니다.
- 동일한 피드 업로드 내의 모든 샤드에 동일한 생성 타임스탬프를 사용합니다.
|
판매자 주소,
전화번호 경고 |
구성 |
주소 또는 전화번호가 잘못되었거나 누락되었습니다. |
TIMESTAMP_OUT_OF_RANGE |
구성 |
과거에 제공된 타임스탬프 또는 오래된 피드를 전송합니다. |
DURATION_OUT_OF_RANGE |
구성 |
기간이 음수이거나 유효한 기간을 나타내기에 너무 크거나 작습니다. 기간은 0초보다 크고 168시간보다 작아야 합니다. |
INVALID_TIME_RANGE |
구성 |
- 일정 예외는 비워 둘 수 없습니다.
- 시작 시간은 현재 날짜보다 이전일 수 없습니다.
|
RECORD_OUT_OF_RESTRICTION |
구성 |
제한 내에서 제한이 적용되지 않는 레코드가 제공되는 경우
예를 들어 7월 10일부터 7월 11일까지 서비스 사용 가능 여부에 제한이 있고 7월 17일이 이 제한 내에 제공됩니다.
|
AVAILABILITY_SPOT_COUNT_OUT_OF_RANGE |
구성 |
이용 가능한 자릿수가 총 자릿수보다 많은 경우 발생합니다. |
MISSING_ID |
구성 |
각 피드에 판매자 ID 또는 서비스 ID가 누락되었습니다. |
MISSING_NAME |
구성 |
각 피드에 판매자 이름 또는 서비스 이름이 누락되었습니다. |
MISSING_ADDRESS |
구성 |
판매자 센터 피드에 판매자의 주소가 누락되었습니다. |
MISSING_RESOURCES |
구성 |
불완전한 리소스가 업데이트됩니다.
방 ID가 제공되었지만 방 이름이 누락된 경우가 예시 시나리오에 포함됩니다. |
MISSING_REQUIRED_FIELD |
구성 |
필수 입력란(예: 판매자 ID, 판매자 이름, 서비스 ID, 서비스 이름)이 누락된 피드 |
BAD_OR_INELIGIBLE_URL |
구성 |
Google에서 지원되지 않는 URL 및 유해한 URL |
INVALID_SCHEDULING_RULES |
구성 |
잘못된 서비스 일정 규칙이 제공되었습니다. |
DUPLICATE_SERVICES |
구성 |
이름과 기간이 동일한 여러 서비스 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# Common Issues\n\nFor more information on common issues and error codes in feeds, see\n[Feed Error Codes](/actions-center/verticals/reservations/e2e/reference/feeds/feed-errors).\n\n| Issue | Type | Resolution |\n|-----------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| JSON parsing errors | Syntax | Review the syntax used in the JSON payload. |\n| Missing shards | Config | Missing total shards. |\n| Incorrect generation timestamp | Syntax | 1. Use different generation timestamp for different Feed uploads. 2. Use the same generation timestamp for every shard within the same Feed upload. |\n| Merchant address, phone number warnings | Config | Incorrect or missing address or phone number. |\n| `TIMESTAMP_OUT_OF_RANGE` | Config | Timestamp provided in the past or sending old feed. |\n| `DURATION_OUT_OF_RANGE` | Config | Duration is either negative, too large, or too small to represent a valid duration. The duration must be greater than zero seconds and less than 168 hours. |\n| `INVALID_TIME_RANGE` | Config | 1. Schedule exceptions shouldn't be empty. 2. Start time shouldn't be less than the current date. |\n| `RECORD_OUT_OF_RESTRICTION` | Config | When a record is provided out of restriction within the restriction. For example, if there is a restriction on service availability from July 10 to July 11, and July 17 is provided within this restriction. |\n| `AVAILABILITY_SPOT_COUNT_OUT_OF_RANGE` | Config | Caused when the number of spots open are greater than the number of total spots. |\n| `MISSING_ID` | Config | Missing merchant ID or Service ID in respective feeds. |\n| `MISSING_NAME` | Config | Missing merchant name or Service name in respective feeds. |\n| `MISSING_ADDRESS` | Config | Missing address of the merchant in Merchant Feed. |\n| `MISSING_RESOURCES` | Config | Incomplete resources are updated. Example scenario includes when room ID is provided but the name of the room is missing. |\n| `MISSING_REQUIRED_FIELD` | Config | Feeds missing required fields, such as Merchant ID, Merchant name, Service ID, and Service name. |\n| `BAD_OR_INELIGIBLE_URL` | Config | URLs that aren't supported on Google, and URLs that are harmful. |\n| `INVALID_SCHEDULING_RULES` | Config | Invalid service scheduling rules provided. |\n| `DUPLICATE_SERVICES` | Config | Different services with the same name and duration. |"]]