第 7 步:发布和监控
发布时,Google 会在生产环境中启用所有符合条件的商品目录。这样即可完成集成,还可允许外部用户通过 Action Center 预约或预订您的商品目录。
发布后,请务必监控集成后的运行状况。相关数值应在以下阈值范围内。如未能保持在以下阈值范围内,我们将撤消集成。
Feed
- 应每天发送 Feed,且不会出现错误或警告
- 应将处理指令设置为 PROCESS_AS_COMPLETE
- 对于库存状况 Feed,每天上传的完整商品目录 Feed 不应设置任何
_restrict
字段。
预订服务器
对于所有预订服务器实现,都应包含一个 HealthCheck 路线。Google 会定期检查您的 HealthCheck 路由,如果该路由未响应或返回不健康的响应,我们将暂时停用您的集成。我们会继续定期检查您的 HealthCheck 路由,一旦其恢复返回正常响应,我们会自动恢复您的集成。
标准实现 |
方法 |
错误率阈值 |
延迟阈值 |
CheckAvailability |
<10% |
< 5 秒 |
BatchAvailabilityLookup |
< 3% |
<1.5 秒 |
CreateLease |
<10% |
< 5 秒 |
CreateBooking UpdateBooking |
< 5% |
< 4 秒 |
CreateBooking (通过付款) |
< 5% |
< 15 秒 |
SetMarketingPreference |
<5% |
< 5 秒 |
实时更新
对于实时更新,延迟时间是根据执行操作(例如修改预订)与“通过 Google 预订”收到实时动态更新请求之间的时间差进行衡量的。
API |
错误率阈值 |
延迟阈值 |
AvailabilityReplace RTU |
< 10%(每天) |
< 5 分钟 |
BookingNotification RTU |
< 10%(每种状态每天) |
< 5 分钟 |
可通过各合作伙伴门户信息中心(即 Feed、预订服务器和实时动态更新信息中心)监控错误率。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-26。
[null,null,["最后更新时间 (UTC):2024-11-26。"],[[["Upon launch, your eligible inventory is activated, enabling external bookings through Google's platform."],["Maintaining integration requires adhering to feed, booking server, and real-time update standards to avoid deactivation."],["Daily error and latency thresholds are enforced for various booking server functionalities to ensure system responsiveness and reliability."],["Real-time updates, like availability and booking changes, must be relayed to Google within defined timeframes for accurate reflection on the platform."],["Partners can actively track integration performance through dedicated dashboards for feeds, booking servers, and real-time updates within the Partner Portal."]]],["Upon launch, all eligible inventory is enabled for external user booking. Post-launch, daily feeds must be sent error-free with `PROCESS_AS_COMPLETE` and no `_restrict` fields in Availability feeds. A functioning HealthCheck route is crucial; failure results in temporary integration disablement. Booking server and real-time updates have strict error and latency thresholds. These are monitored via the Feeds, Booking Server, and Real-time Updates dashboards. Consistent failure to meet standards will result in integration removal.\n"]]