What we count

Live · This works today.

GardenTrack counts four things: how many people open the app, how many start setting up a garden, how many finish, and how many make an account. One record holds a random number, which of the four happened, and when — no name, no email, no location, no plants. The random number stops being sent the moment you make an account.

The four numbers

Opened the app · started setting up · finished setting up · made an account.

That is the whole list. Not which screens you looked at, not how long you stayed, not what you tapped.

What made this worth doing

Somebody opens GardenTrack, sees the setup questions, and closes it again. Until this shipped, that person left no trace whatsoever — the server did not hear about anybody until the email screen, and they never got there.

They are the most useful person in the app and we could not see them at all.

What it deliberately is not

No third-party anything. No analytics company, no script from elsewhere, no pixel. The counting happens on our own server, inside a request your app already makes, so nothing new loads on your phone and nothing waits on it.

And no cookie. A cookie holding a random number is a tracking cookie by any plain reading. The number sits with your garden instead.

Common questions

What exactly is in one of these records?
**A random number, which of four things happened, and when it happened.** That is the entire row. **No name, no email, no location, no plants, no photos, nothing about your phone.** We do not put your IP address in it either — though our host sees one on every request to every website you have ever visited, ours included, and always did. The four things are: you opened the app · you started setting up a garden · you finished setting it up · you made an account.
Where does the random number come from?
**We invent it on your device the first time you open the app** and keep it next to your garden. ⚠ **It is not worked out from anything about you or your phone.** That is the difference between a random number and a fingerprint, and it is the reason we can say we do not fingerprint anyone. Clear your browser data and it is gone and a new one starts. Open the app on a second phone and that is a second number, because there is nothing to join them with.
Does it follow me around after I sign in?
**No — it stops the moment you make an account.** By then it has done its job, and anything we might want to know about a signed-in gardener is answerable from the account itself. **We could have written "we do not connect it to your account" and left it there.** But after you signed in it would still have been traveling alongside your session, so that would have been a promise about what we choose to do rather than about what is possible. **We stopped sending it instead.**
Why count anything at all?
**Because until this shipped, somebody who opened GardenTrack, looked at the setup questions and left again was completely invisible to us.** The server first heard about anybody at the email screen — so the people who never got that far left no trace, and those are exactly the people worth hearing from. It is not for advertising, it is not sold, and it goes to nobody. There is no analytics company involved, no script from anywhere else, and no pixel: **we count it ourselves, in a request the app was already making.**
Your privacy page used to say you ran no analytics. What changed?
**We started counting, so that sentence stopped being true, and we changed the page in the same breath as the code.** A privacy page describing counting we did not do yet would be exactly as wrong as one denying counting we did. **The replacement is more specific rather than vaguer** — "no analytics" sounds strong and tells you nothing, because you have to guess what we mean by it. What is there now names the four numbers and what a record holds. What has not changed: **no ad trackers, no third-party analytics, no pixels, no fingerprinting**, and nothing sold to anyone.
Can you tell it was me?
**No, and not because we promise not to look — because there is nothing to look at.** The number is random and the record holds nothing else. There is no name on it, nothing about your device, and no address of any kind. **If you want everything we hold about you, ask us and we will send it.** These records are the one thing we could not pick out of the pile for you, because there is nothing in them that says which ones are yours.

More on this

Shipped 2026-08-25. Last checked 2026-08-25. Something here wrong or out of date? Tell us — support docs going stale is a bug.