Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Di seguito è riportata una panoramica generale della procedura di integrazione end-to-end delle prenotazioni del Centro azioni.
Figura 1. Panoramica dell'onboarding per l'integrazione Prenotazioni end-to-end.
Piano di onboarding
Il tuo piano di onboarding end-to-end è descritto nella scheda Home del Centro azioni.
Questo piano monitora i tuoi progressi di integrazione con traguardi che diventano verdi una volta completati. Ogni
traguardo include attività pertinenti che monitorano ogni passaggio dell'integrazione. Le attività diventano verdi al
completamento o forniscono errori che devi risolvere prima di passare all'attività successiva.
L'integrazione viene lanciata dopo aver superato correttamente le revisioni di Sandbox e di produzione successive.
Server di prenotazione pronto:
il server di prenotazione funge da punto di accesso di Google per confermare la disponibilità e anche per creare,
aggiornare, eliminare e modificare le prenotazioni effettuate tramite le piattaforme Google.
Aggiornamenti in tempo reale pronti:
Gli aggiornamenti in tempo reale (RTU) ti consentono di inviare aggiornamenti sulle cancellazioni delle prenotazioni prima che un utente tenti di accedere
alla tua disponibilità.
Revisione della sandbox:
Google esamina una serie di scenari di test rispetto al tuo inventario della sandbox. Dopo aver superato
la revisione della sandbox, l'attenzione si sposta dall'ambiente sandbox all'ambiente di produzione.
Sviluppo della produzione
Al termine del test della sandbox, l'inventario di produzione diventa prenotabile, ma gli utenti finali non possono
scoprirlo esternamente su Google.
Revisione della produzione:
Google esamina una serie di scenari di test rispetto al tuo inventario di produzione.
Lancio
Google attiva l'inventario dopo che la revisione della produzione dell'integrazione ha esito positivo. In questo modo
l'integrazione è completa e qualsiasi utente esterno può prenotare o riservare il tuo inventario tramite il
Centro azioni.
Avvia e monitora:
dopo l'avvio, è importante monitorare lo stato dell'integrazione. Il mancato rispetto
di soglie di controllo di integrità coerenti comporta la rimozione dell'integrazione.
[null,null,["Ultimo aggiornamento 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."]]