质量检查核对清单
在实施版本 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):2023-08-11。
[null,null,["最后更新时间 (UTC):2023-08-11。"],[[["V5 feeds require unique Merchant and Review IDs with updates reflected in their respective `last_update_timestamp` values."],["When any merchant or review field is updated, the corresponding `last_update_timestamp` must also be updated."],["Creation timestamps should remain unchanged, and update timestamps should always be equal to or later than creation timestamps."],["A single merchant ID should represent only one merchant, and a review ID should be associated with only one merchant and represent a single review."]]],[]]