Typowe problemy
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Więcej informacji o typowych problemach i kodach błędów w plikach danych znajdziesz w artykule Kody błędów w plikach danych.
Problem |
Typ |
Rozdzielczość |
Błędy analizy JSON |
Składnia |
Sprawdź składnię użytą w ładunku JSON. |
Brakujące fragmenty |
Konfiguracja |
Brak łącznej liczby fragmentów. |
Nieprawidłowa sygnatura czasowa wygenerowania |
Składnia |
- Używaj różnych sygnatur czasowych generowania w przypadku różnych operacji przesyłania plików danych.
- Używaj tej samej sygnatury czasowej generowania w przypadku każdego fragmentu w ramach tego samego importu pliku danych.
|
Ostrzeżenia dotyczące adresu sprzedawcy
i numeru telefonu |
Konfiguracja |
Nieprawidłowy lub brakujący adres lub numer telefonu. |
TIMESTAMP_OUT_OF_RANGE |
Konfiguracja |
Sygnatura czasowa podana w przeszłości lub wysyłanie starego pliku danych. |
DURATION_OUT_OF_RANGE |
Konfiguracja |
Czas trwania jest ujemny, za duży lub za mały, aby reprezentować prawidłowy czas trwania. Czas trwania musi być dłuższy niż 0 sekund i krótszy niż 168 godzin. |
INVALID_TIME_RANGE |
Konfiguracja |
- Wyjątki w harmonogramie nie powinny być puste.
- Czas rozpoczęcia nie może być wcześniejszy niż bieżąca data.
|
RECORD_OUT_OF_RESTRICTION |
Konfiguracja |
Gdy rekord jest dostarczany poza ograniczeniem w ramach ograniczenia.
Jeśli na przykład usługa jest niedostępna od 10 do 11 lipca, a 17 lipca jest podane w ramach tego ograniczenia.
|
AVAILABILITY_SPOT_COUNT_OUT_OF_RANGE |
Konfiguracja |
Występuje, gdy liczba wolnych miejsc jest większa niż łączna liczba miejsc. |
MISSING_ID |
Konfiguracja |
Brak identyfikatora sprzedawcy lub identyfikatora usługi w odpowiednich plikach danych. |
MISSING_NAME |
Konfiguracja |
Brak nazwy sprzedawcy lub nazwy usługi w odpowiednich plikach danych. |
MISSING_ADDRESS |
Konfiguracja |
Brak adresu sprzedawcy w pliku danych Merchant Center. |
MISSING_RESOURCES |
Konfiguracja |
Niekompletne zasoby są aktualizowane.
Przykładem może być sytuacja, w której podano identyfikator pokoju, ale brakuje jego nazwy. |
MISSING_REQUIRED_FIELD |
Konfiguracja |
Pliki danych, w których brakuje wymaganych pól, takich jak identyfikator sprzedawcy, nazwa sprzedawcy, identyfikator usługi i nazwa usługi. |
BAD_OR_INELIGIBLE_URL |
Konfiguracja |
Adresy URL, które nie są obsługiwane w Google, oraz adresy URL, które są szkodliwe. |
INVALID_SCHEDULING_RULES |
Konfiguracja |
Podano nieprawidłowe reguły planowania usługi. |
DUPLICATE_SERVICES |
Konfiguracja |
Różne usługi o tej samej nazwie i czasie trwania. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]