Bước 5: Ra mắt và theo dõi
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Khi ra mắt, Google sẽ bật tất cả khoảng không quảng cáo đủ điều kiện của bạn trong môi trường chính thức. Thao tác này sẽ hoàn tất quá trình tích hợp và cho phép mọi người dùng bên ngoài đặt trước hoặc đặt phòng thông qua Trung tâm hành động.
Sau khi ra mắt, bạn cần theo dõi tình trạng tích hợp. Bạn phải duy trì các ngưỡng sau. Nếu không duy trì được các ngưỡng này một cách nhất quán, thì tính năng tích hợp sẽ bị gỡ bỏ.
Nguồn cấp dữ liệu
- Nguồn cấp dữ liệu phải được gửi hằng ngày mà không có lỗi hoặc cảnh báo
- Bạn nên đặt hướng dẫn xử lý thành PROCESS_AS_COMPLETE
- Đối với nguồn cấp dữ liệu Tình trạng còn hàng, quá trình tải nguồn cấp dữ liệu kho hàng đầy đủ lên hằng ngày không được đặt trường
_restrict
nào.
Máy chủ đặt phòng
Đối với tất cả các hoạt động triển khai máy chủ đặt phòng, bạn phải thêm một tuyến HealthCheck. Google sẽ định kỳ kiểm tra tuyến HealthCheck của bạn. Nếu tuyến này không phản hồi hoặc trả về phản hồi không lành mạnh, chúng tôi sẽ tạm thời vô hiệu hoá tính năng tích hợp của bạn. Chúng tôi sẽ tiếp tục kiểm tra định kỳ tuyến HealthCheck của bạn và khi tuyến này tiếp tục trả về phản hồi tốt, chúng tôi sẽ tự động khôi phục chế độ tích hợp.
Triển khai chuẩn |
Phương thức |
Ngưỡng tỷ lệ lỗi |
Ngưỡng độ trễ |
CheckAvailability |
<10% |
<5 giây |
BatchAvailabilityLookup |
<3% |
<1,5 giây |
CreateLease |
<10% |
<5 giây |
CreateBooking UpdateBooking |
<5% |
< 4 giây |
CreateBooking (có thanh toán) |
<5% |
Dưới 15 giây |
SetMarketingPreference |
<5% |
<5 giây |
Thông tin cập nhật theo thời gian thực
Đối với nội dung cập nhật theo thời gian thực, độ trễ được đo bằng chênh lệch thời gian giữa thời điểm thực hiện một hành động (ví dụ: sửa đổi một yêu cầu đặt phòng) và thời điểm tính năng Đặt phòng bằng Google nhận được yêu cầu cập nhật theo thời gian thực.
API |
Ngưỡng tỷ lệ lỗi |
Ngưỡng độ trễ |
AvailabilityReplace RTU |
<10% mỗi ngày |
Dưới 5 phút |
BookingNotification RTU |
<10% mỗi ngày và cho mỗi tiểu bang |
Dưới 5 phút |
Bạn có thể theo dõi tỷ lệ lỗi thông qua các trang tổng quan khác nhau trên Cổng đối tác, cụ thể là trang tổng quan Cấp dữ liệu, Máy chủ đặt phòng và Bản cập nhật theo thời gian thực.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eGoogle enables eligible inventory for external user booking upon integration launch through Actions Center.\u003c/p\u003e\n"],["\u003cp\u003eMaintaining specific thresholds for feeds, booking server, and real-time updates is crucial for sustained integration.\u003c/p\u003e\n"],["\u003cp\u003eFailure to consistently meet these performance benchmarks, including error rates and latency, will result in integration takedown.\u003c/p\u003e\n"],["\u003cp\u003ePartners can monitor integration health and error rates through dedicated dashboards within the Partner Portal, covering feeds, booking server, and real-time updates.\u003c/p\u003e\n"]]],["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"],null,["# Step 5: Launch and monitoring\n\nAt launch, Google enables all of your eligible inventory in our production\nenvironment. This completes the integration and allows any external user to\nbook or reserve your inventory through the Actions Center.\n\nOnce you've launched, it's important to monitor the health of your\nintegration. The following thresholds must be maintained. Failure to maintain\nthese thresholds consistently will result in integration take-down.\n\nFeeds\n-----\n\n- Feeds should be sent on a daily basis with no errors or warnings\n - Processing instructions should be set to PROCESS_AS_COMPLETE\n - For Availability feeds, the full inventory daily feed upload should not set any `_restrict` fields.\n\nBooking server\n--------------\n\nFor all booking server implementations, there is a HealthCheck route that\nshould be included. Google will periodically check your HealthCheck route\nand should it not respond or return an unhealthy response, we will\ntemporarily disable your integration. We will continue to periodically\ncheck your HealthCheck route and once it resumes returning a healthy\nresponse we will automatically restore your integration.\n\n| Standard implementation |||\n| Method | Error Rate Thresholds | Latency Thresholds |\n|-------------------------------|-----------------------|--------------------|\n| CheckAvailability | \\\u003c10% | \\\u003c5s |\n| BatchAvailabilityLookup | \\\u003c3% | \\\u003c1.5s |\n| CreateLease | \\\u003c10% | \\\u003c5s |\n| CreateBooking UpdateBooking | \\\u003c5% | \\\u003c4s |\n| CreateBooking (with payments) | \\\u003c5% | \\\u003c15s |\n| SetMarketingPreference | \\\u003c5% | \\\u003c5s |\n\nReal-time updates\n-----------------\n\nFor real-time updates, latency is measured by the time difference between\nwhen an action is taken (e.g. modifying a booking) and when Reserve with\nGoogle receives the real-time update request.\n\n| API | Error Rate Thresholds | Latency Thresholds |\n|-------------------------|----------------------------------|--------------------|\n| AvailabilityReplace RTU | \\\u003c10% each day | \\\u003c5 mins |\n| BookingNotification RTU | \\\u003c10% each day \\& for each state | \\\u003c5 mins |\n\nError rates can be monitored through the various Partner Portal dashboards,\nnamely the\n[Feeds](https://partnerdash.google.com/apps/reservewithgoogle/dashboards/feeds),\n[Booking Server](https://partnerdash.google.com/apps/reservewithgoogle/dashboards/bookingserver), and\n[Real-time Updates](https://partnerdash.google.com/apps/reservewithgoogle/dashboards/realtimeupdates) dashboards."]]