Tracking page
What the customer sees on /o — ETA window, map, no sign-in and no app.
The customer opens the link you sent. They do not create an account. They install nothing. They see that one delivery.
What the customer sees
Production address: your-id.delieta.pl/o/CODE (or a custom host on the Pro plan). CODE is the order short id. How to send it: tracking link. DNS: Tracking domain.
On the page: your company name, brand colour, header and — when the driver is on the way — a map plus the ETA window. The customer’s name, phone and address this page does not show to strangers. Whoever knows the link sees the pizza, not the address book.
Another company’s host with your code shows nothing. That is not a mistake, it is protection. Search engines do not index this page.
After delivery the page opens as finished, not as an error. The old link on delieta.pl/o/… still works.
flowchart TD
link["Link /o/CODE"] --> host{"Company host?"}
host -->|"yes"| glance["One delivery, ETA window"]
host -->|"someone else's host"| miss["Shows nothing"]
glance --> done["After delivery: finished, not an error"]ETA window
The customer sees a range of minutes, not a single minute. One number would be false precision and would raise anxiety when the minute moves. The same concept the ? helper opens in the panel: ETA window.
A live window exists only when the order is on the way, there is a driver position and there is point B. Missing any of them does not break the page — there is simply no window. An order in the oven does not paint a car on the map.



