质量检查核对清单
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
在实施版本 5 (V5) 架构之前,请确保您的 V5 Feed 符合以下要求:
- 当任何商家字段更新时,商家
last_update_timestamp
会发生变化
- 商家 ID 在所有 V5 增量中都是唯一的,也就是说,商家 ID 应仅引用一个商家
- 多个商家 ID 若引用一个商家 ID,则视为对一个商家的更新
- 当任何审核字段更新时,查看
last_update_timestamp
项变更
- 评价 ID 在所有 V5 增量中具有唯一性,也就是说,评价 ID 应仅引用一条评价
- 单个评价 ID 的多个评价条目被视为对单个评价的更新
- 评价 ID 只能附加到单个商家 ID
- 创建时间戳保持不变
- 更新时间(即
last_update_timestamp
)必须与创建时间相同或之后(即 create_timestamp
)
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):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`)"]]