品質確保檢查清單
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
在導入第 5 版 (V5) 架構之前,請確認 V5 動態饋給符合下列規定:
- 更新任何商家欄位時,商家
last_update_timestamp
會隨之變更
- 商家 ID 在所有 V5 增量代碼中均不得重複;也就是說,商家 ID 只能參照單一商家
- 系統會將多個商家 ID 視為單一商家 ID,視為單一商家更新
- 更新任何評論欄位時,查看
last_update_timestamp
變更
- 所有 V5 漸進式評論 ID 均不重複,也就是說,評論 ID 應僅參照單一評論
- 單一評論 ID 的多個審查項目會視為單一評論更新
- 評論 ID 只能附加到一個商家 ID
- 建立時間戳記不會改變
- 更新時間 (即
last_update_timestamp
) 必須等於或晚於建立時間 (亦即 create_timestamp
)
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eV5 feeds require unique Merchant and Review IDs with updates reflected in their respective \u003ccode\u003elast_update_timestamp\u003c/code\u003e values.\u003c/p\u003e\n"],["\u003cp\u003eWhen any merchant or review field is updated, the corresponding \u003ccode\u003elast_update_timestamp\u003c/code\u003e must also be updated.\u003c/p\u003e\n"],["\u003cp\u003eCreation timestamps should remain unchanged, and update timestamps should always be equal to or later than creation timestamps.\u003c/p\u003e\n"],["\u003cp\u003eA single merchant ID should represent only one merchant, and a review ID should be associated with only one merchant and represent a single review.\u003c/p\u003e\n"]]],["V5 feeds require specific conditions: Merchant `last_update_timestamp` must change with any merchant field update, and merchant IDs must be unique, with multiple entries considered updates. Similarly, review `last_update_timestamp` must reflect any review field update, and review IDs must be unique and tied to a single merchant ID. Creation timestamps must remain constant, and update times must be at or after creation times.\n"],null,["# QA Checklist\n\nBefore implementing the Version 5 (V5) schema, please ensure that the following are true of your V5 feeds:\n\n- Merchant `last_update_timestamp` changes when **any**merchant field is updated\n- Merchant IDs are unique across all V5 incrementals, that is, a merchant ID should refer to only one merchant\n - Multiple merchant entries referring to a single merchant ID will be considered updates to a single merchant\n- Review `last_update_timestamp` changes when **any**review field is updated\n- Review IDs are unique across all V5 incrementals, that is, a review ID should refer to only one review\n - Multiple review entries for a single review ID will be considered updates to a single review\n - A review ID should be attached to only a single merchant ID\n- Creation timestamps do not change\n- Update times (that is, `last_update_timestamp`) must be the same as or after create times (that is, `create_timestamp`)"]]