LogoLogo
Website
  • 📣What's new @GUIBO
    • Power Users Program
  • Get Started
    • Intro to GUIBO
    • Getting started
      • Initial account setup
      • Prepare library
      • Create your first guidebook
      • Publish to travelers
    • Support
  • Content Management
    • Overview
    • Routes, POIs and Markers
      • Routes
        • Edit route
        • Edit route data
        • Turn-by-turn directions
      • Markers
    • Textpages
    • Libraries
      • Import POIs from libraries (manuel)
      • Import Pois from libraries (automatic)
        • Import Geo Data (linked to libary)
      • Import textpages from libary
        • turn by turn navigation (App/PDF)
    • Language & Translation
  • Publishing
    • How to publish
      • Personalized Accommodation
    • Release Page
    • Tour Guide App
      • First-Level Support Guide
      • Photo Competition
      • App publishing
        • External links
        • Testcode & Download Code
      • White-label App
      • Traveler feedback
    • Roadbook PDF
      • Publishing Roadbooks
      • Customizing Roadbooks
    • Webshop Maps
    • B2B Network
  • Developers
    • Releases API
      • Release | Create guidebook release
      • Release | Read release details
      • Release | Update release details
      • Release | Revoke guidebook release
      • Release | Add documents to release
      • Release | Delete documents in release
    • Content API
      • Content | Create and update routes
      • Content | Create and update Point-Of-Interests (POIs)
      • Content | Create library or guidebook
      • Content | Create category
      • Content | Create text page
  • Administration
    • Users & groups
    • Data backup
  • FAQ
    • Which image types does GUIBO support?
    • How can I test my guidebooks on the smarthone?
    • Support System: How do I create an "App Issue"
    • Support System: How to create a ticket?
    • Support System: How do I assign the correct priority to a ticket?
    • Support System: How to make a screenshot?
    • How are the towns on guidebook overview maps selected?
    • Navigation Issues
    • What are the smartphone requirments for the Tour Guide App?
Powered by GitBook
On this page
  • Automated day/stage category mapping
  • Best Practice to manage your destinations
  • Add personalized accommodations to your releases
  1. Publishing
  2. How to publish

Personalized Accommodation

How to provide personalized accommodations or hotel lists via the Tour Guide App for your travelers.

PreviousHow to publishNextRelease Page

Last updated 19 days ago

With personalized accommodations or hotel lists, your travelers are served with booking specific information via the Tour Guide App (see the screenshot):

  • arrival date: The arrival date for this accommodation

  • departure date: The departure date for this accommodation

  • comment: Any booking specific comments (e.g. breakfast included, 3 adults)

It is mandatory to provide the arrival and departure date for the trip as well as for all accommodations/hotels!

Automated day/stage category mapping

In case you want your hotels to be placed as start & end accommodation within the day/stage categories, you must ensure:

  1. Each day/stage category has a destination POI (Add POI → Display → Icon → destination)

  2. There is a day/stage category for the arrival day with a destination

Based on the destinations for each day/stage, GUIBO will add the hotel into the day/stage with the "nearest" destinations. If GUIBO finds destinations with the exact same distance, GUIBO will add the hotel to all related day/stage.

Best Practice to manage your destinations

We recommend to manage all your destinations for all guidebooks in one library! Linking those destinations from that library (instead of re-creating them for all guidebooks) ensures, that you have the exact same hotel to destination distance when you have more than one stage for a destination.

Add personalized accommodations to your releases

  • Go to the Release Dashboard

  • On the right side at the bottom, open the accommodation tab

    • See all accommodations for this releases

    • Add accommodations for this release

Update API-Integration

1. Release arrival and departure dates

Update your API integration to include booking dates for the overall trip when creating releases:

...
"arrivaldate":"2025-01-22",
"departuredate": "2025-01-25"
...

2. Accommodation details

Provide the arrival date, departure date as well as any comment or description along with the accommodation POI as follows.

...
"additionalAssets": [
   {
       ...
       "arrivalDate":"2025-09-05",
       "departureDate":"2025-09-06",
       "comment":"A generous breakfast buffet is included"
   }

Click here for an end-to-end example:

B) Create download permission with customization.
Personalized accommodation and hotel list details in the Tour Guide App
How to add accommodations in the release dashboard