Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Vous trouverez ci-dessous un aperçu général du processus d'intégration de bout en bout des réservations dans le Centre d'actions.
Figure 1. Présentation de l'intégration de bout en bout des réservations.
Plan d'intégration
Votre plan d'intégration de bout en bout est décrit dans l'onglet Accueil du Centre d'actions.
Ce plan suit votre progression d'intégration avec des étapes qui deviennent vertes une fois terminées. Chaque jalon inclut les tâches pertinentes qui suivent chaque étape de l'intégration. Les tâches deviennent vertes une fois terminées ou affichent des erreurs que vous devez résoudre avant de passer à la tâche suivante.
Votre intégration est lancée une fois que vous avez réussi les examens du bac à sable et de la production.
Serveur de réservation prêt : le serveur de réservation sert de point d'entrée à Google pour confirmer la disponibilité, mais aussi pour créer, mettre à jour, supprimer et modifier les réservations effectuées sur les surfaces Google.
Mises à jour en temps réel prêtes :
Les mises à jour en temps réel vous permettent d'envoyer des informations sur les annulations de réservations avant qu'un utilisateur ne tente d'accéder à vos disponibilités.
Examen du bac à sable :
Google examine une série de scénarios de test sur votre inventaire de bac à sable. Une fois que vous avez passé avec succès l'examen du bac à sable, vous devez vous concentrer sur l'environnement de production plutôt que sur l'environnement de bac à sable.
Développement de la production
Une fois les tests en bac à sable terminés, votre inventaire de production devient réservable, mais les utilisateurs finaux ne peuvent pas le découvrir en externe sur Google.
Implémentation en production : déployez votre infrastructure de bac à sable testée dans votre environnement de production.
Examen de la production :
Google examine une série de scénarios de test par rapport à votre inventaire de production.
Lancer
Google active votre inventaire une fois l'examen de production de votre intégration réussi. L'intégration est alors finalisée, et tout utilisateur externe peut alors réserver votre inventaire via le Centre d'actions.
Lancer et surveiller : une fois votre intégration lancée, il est important de surveiller son état. Si vous ne respectez pas les seuils de vérification de l'état de manière cohérente, l'intégration sera suspendue.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 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."]]