Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Aşağıda, İşlemler Merkezi'ndeki uçtan uca rezervasyon entegrasyonu sürecine dair genel bir bakış verilmiştir.
1. şekil. Reservations End-to-End entegrasyonu için ilk katılım genel bakışı.
İlk katılım planı
Uçtan uca oryantasyon planınız, İşlemler Merkezi'nin Ana Sayfa sekmesinde özetlenmiştir.
Bu plan, tamamlandığında yeşile dönen ara hedeflerle entegrasyon sürecinizi takip eder. Her ara hedef, her entegrasyon adımını izleyen ilgili görevleri içerir. Görevler tamamlandığında yeşile döner veya bir sonraki göreve geçmeden önce çözmeniz gereken hatalar gösterir.
Entegrasyonunuz, Sandbox ve sonraki Üretim incelemelerini başarıyla geçtikten sonra kullanıma sunulur.
Rezervasyon Sunucusu Hazır:
Rezervasyon Sunucusu, Google'ın kullanılabilirliği onaylamak ve Google platformları üzerinden yapılan rezervasyonları oluşturmak, güncellemek, silmek ve değiştirmek için giriş noktası olarak işlev görür.
Özel korumalı alan incelemesi:
Google, özel korumalı alan envanterinizde bir dizi test senaryosunu inceler. Korumalı alan incelemenizi başarıyla geçtikten sonra odak noktanız korumalı alan ortamından üretim ortamına kayar.
Üretim geliştirme
Sandbox testini tamamladığınızda üretim envanteriniz rezerve edilebilir hale gelir ancak son kullanıcılar Google'da harici olarak keşfedemez.
Üretim uygulaması:
Test edilmiş korumalı alan altyapınızı üretim ortamınıza dağıtın.
Üretim incelemesi:
Google, üretim envanterinize karşı bir dizi test senaryosunu inceler.
Başlat
Google, entegrasyonunuzun üretim incelemesi başarılı olduktan sonra envanterinizi etkinleştirir. Bu işlem entegrasyonu tamamlar ve harici kullanıcılar, İşlemler Merkezi aracılığıyla envanterinizde rezervasyon yapabilir.
Başlatma ve izleme: Entegrasyonunuzu başlattıktan sonra, entegrasyonunuzun durumunu izlemeniz önemlidir. Tutarlı durum denetimi eşiklerinin korunmaması entegrasyonun kaldırılmasına neden olur.
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eThe Reservations End-to-End integration requires daily Merchant, Service, and Availability feeds via SFTP, ensuring accurate location details for Google listing matching.\u003c/p\u003e\n"],["\u003cp\u003eA booking server is essential for managing reservations, confirming availability, and handling booking modifications, adhering to Google's performance thresholds.\u003c/p\u003e\n"],["\u003cp\u003eReal-time updates, while optional, enable immediate booking and availability changes, improving user experience by reducing unbookable slots.\u003c/p\u003e\n"],["\u003cp\u003eConsider features like sharding for large Availability feeds, and explore additional functionalities like Async Booking, seating sections, waitlists, and cancellation windows for enhanced business logic implementation.\u003c/p\u003e\n"],["\u003cp\u003eMerchants in Reservations End-to-End are limited to a single service for displaying availability, and a static service_id is recommended for consistency across locations.\u003c/p\u003e\n"]]],["The Reservations End-to-End integration requires daily Merchant, Service, and Availability feeds via SFTP, ensuring location data matches Google listings. A booking server handles availability checks and booking actions, with specified latency and error thresholds. Define the party size for all availability. Real-time updates are optional but enhance accuracy. File sharding is required if compressed availability feeds exceed 200MB. Additional features like async booking, seating sections, cancellation windows, waitlists, and minimum booking time are available.\n"],null,["# Integration Overview\n\nThe following is a high level overview of the Actions Center Reservations End-to-End integration\nprocess.\n**Figure 1.** Onboarding overview for the Reservations End-to-End integration.\n\nOnboarding plan\n---------------\n\n\nYour End-to-End onboarding plan is outlined in the [**Home** tab of the Actions Center](https://actionscenter.google.com/home).\nThis plan tracks your integration progress with milestones that turn green upon completion. Each\nmilestone includes relevant tasks that track each integration step. Tasks turn green upon\ncompletion or provide errors that you need to resolve before you move to the next task.\n\n\nYour integration launches after you successfully pass the Sandbox and subsequent Production\nreviews.\n\n### Get started\n\n1. [Setup](/actions-center/verticals/reservations/e2e/integration-steps/setup):\n 1. [Configure contact information](/actions-center/verticals/reservations/e2e/integration-steps/setup/config-contact-info)\n 2. [Upload your public SSH key](/actions-center/verticals/reservations/e2e/integration-steps/setup/public-ssh-key)\n 3. [Configure Booking Server credentials](/actions-center/verticals/reservations/e2e/integration-steps/setup/config-booking-server)\n 4. [Enable Cloud APIs](/actions-center/verticals/reservations/e2e/integration-steps/setup/enable-cloud-apis)\n 5. [Configure your brand](/actions-center/verticals/reservations/e2e/integration-steps/setup/config-brand)\n\n### Sandbox development\n\n2. [Feeds Ready](/actions-center/verticals/reservations/e2e/integration-steps/feeds): feeds transmit merchant, services, and availability data to the Actions Center.\n 1. [Merchant Feed Ready](/actions-center/verticals/reservations/e2e/integration-steps/feeds/merchants-feed)\n 2. [Services Feed Ready](/actions-center/verticals/reservations/e2e/integration-steps/feeds/services-feed)\n 3. [Availability Feed Ready](/actions-center/verticals/reservations/e2e/integration-steps/feeds/availability-feed)\n 4. [Data quality check](/actions-center/verticals/reservations/e2e/integration-steps/feeds/data-quality-check)\n3. [Booking Server Ready](/actions-center/verticals/reservations/e2e/integration-steps/booking-server-ready): the Booking Server acts as Google's entrypoint to confirm the availability and also to create, update, delete, and modify the bookings made through Google surfaces.\n 1. [BatchAvailabilityLookup](/actions-center/verticals/reservations/e2e/integration-steps/booking-server-ready/batchavailabilitylookup): [page load](/actions-center/verticals/reservations/e2e/integration-steps/booking-server-ready/batchavailabilitylookup#page-load) and [slot click](/actions-center/verticals/reservations/e2e/integration-steps/booking-server-ready/batchavailabilitylookup#slot-click)\n 2. [CreateBooking Ready](/actions-center/verticals/reservations/e2e/integration-steps/booking-server-ready/createbooking)\n 3. [Enable availability checker](/actions-center/verticals/reservations/e2e/partner-portal/dashboards/other-dashboards#availability_checker)\n 4. [UpdateBooking Ready](/actions-center/verticals/reservations/e2e/integration-steps/booking-server-ready/updatebooking)\n 5. [Health check](/actions-center/verticals/reservations/e2e/integration-steps/booking-server-ready#health-check)\n4. [Real-Time Updates Ready](/actions-center/verticals/reservations/e2e/integration-steps/real-time-updates-ready): Real-Time Updates (RTUs) let you send updates on booking cancellations before a user attempts to access your availability.\n - [BookingNotification Ready](/actions-center/verticals/reservations/e2e/integration-steps/real-time-updates-ready/bookingnotification-ready)\n5. [Sandbox review](/actions-center/verticals/reservations/e2e/integration-steps/sandbox): Google reviews a series of test cases against your Sandbox inventory. After you successfully pass your Sandbox review, your focus shifts from the Sandbox environment to the Production environment.\n\n### Production development\n\n\nWhen you complete Sandbox testing, your Production inventory becomes bookable, but end users can't\ndiscover externally on Google.\n\n6. [Production implementation](/actions-center/verticals/reservations/e2e/integration-steps/move-to-prod): deploy your tested Sandbox infrastructure to your Production environment.\n7. [Production review](/actions-center/verticals/reservations/e2e/integration-steps/prod-review): Google reviews a series of test cases against your Production inventory.\n\n### Launch\n\n\nGoogle enables your inventory after the Production review of your integration succeeds. This\ncompletes the integration, and any external user can book or reserve your inventory through the\nActions Center.\n\n8. [Launch and monitor](/actions-center/verticals/reservations/e2e/integration-steps/launch-and-monitoring): after you've launched, it's important to monitor the health of your integration. Failure to maintain consistent Health check thresholds results in integration take-down."]]