常見問題
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
如要進一步瞭解動態饋給的常見問題和錯誤代碼,請參閱「動態饋給錯誤代碼」。
問題 |
類型 |
解析度 |
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 |
設定 |
Merchant 動態饋給中缺少商家地址。 |
MISSING_RESOURCES |
設定 |
更新不完整的資源。
舉例來說,如果提供會議室 ID,但缺少會議室名稱,就會發生這種情況。 |
MISSING_REQUIRED_FIELD |
設定 |
動態饋給缺少必要欄位,例如商家 ID、商家名稱、服務 ID 和服務名稱。 |
BAD_OR_INELIGIBLE_URL |
設定 |
Google 不支援的網址,以及有害的網址。 |
INVALID_SCHEDULING_RULES |
設定 |
提供的服務排程規則無效。 |
DUPLICATE_SERVICES |
設定 |
名稱和時長相同的不同服務。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],[],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. |"]]