Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Per saperne di più sui problemi e sui codici di errore comuni nei feed, consulta la pagina
Codici di errore del feed.
Problema
Tipo
Risoluzione
Errori di analisi JSON
Sintassi
Controlla la sintassi utilizzata nel payload JSON.
Shard mancanti
Configurazione
Mancano gli shard totali.
Timestamp di generazione errato
Sintassi
Utilizza timestamp di generazione diversi per caricamenti dei feed diversi.
Utilizza lo stesso timestamp di generazione per ogni shard all'interno dello stesso caricamento del feed.
Avvisi relativi all'indirizzo
e al numero di telefono del commerciante
Configurazione
Indirizzo o numero di telefono mancante o non corretto.
TIMESTAMP_OUT_OF_RANGE
Configurazione
Timestamp fornito in passato o invio di feed precedenti.
DURATION_OUT_OF_RANGE
Configurazione
La durata è negativa, troppo lunga o troppo breve per rappresentare una
durata valida. La durata deve essere superiore a zero secondi e inferiore a 168 ore.
INVALID_TIME_RANGE
Configurazione
Le eccezioni alla programmazione non devono essere vuote.
L'ora di inizio non deve essere precedente alla data corrente.
RECORD_OUT_OF_RESTRICTION
Configurazione
Quando un record viene fornito al di fuori della limitazione.
Ad esempio, se esiste una limitazione alla disponibilità del servizio dal
10 al 17 luglio e il 17 luglio è incluso in questa limitazione.
AVAILABILITY_SPOT_COUNT_OUT_OF_RANGE
Configurazione
Si verifica quando il numero di posti aperti è maggiore del numero di posti totali.
MISSING_ID
Configurazione
ID commerciante o ID servizio mancante nei rispettivi feed.
MISSING_NAME
Configurazione
Nome del commerciante o nome del servizio mancante nei rispettivi feed.
MISSING_ADDRESS
Configurazione
Indirizzo del commerciante mancante nel feed Merchant.
MISSING_RESOURCES
Configurazione
Le risorse incomplete vengono aggiornate.
Lo scenario di esempio include il caso in cui viene fornito l'ID stanza, ma manca il nome della stanza.
MISSING_REQUIRED_FIELD
Configurazione
Feed in cui mancano campi obbligatori, come ID commerciante, Nome commerciante, ID servizio e Nome servizio.
BAD_OR_INELIGIBLE_URL
Configurazione
URL non supportati su Google e URL dannosi.
INVALID_SCHEDULING_RULES
Configurazione
Regole di pianificazione del servizio non valide fornite.
DUPLICATE_SERVICES
Configurazione
Servizi diversi con lo stesso nome e la stessa durata.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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. |"]]