Hey Charlie,
I agree this is a much-needed feature.
As a workaround, you could create yourself a similar dashboard - but you would need to implement one button.
You could add a single page with a “login” button that essentially
- Adds a row to a double column table (User column, and timestamp column)
Then have filters throughout your doc and on all tables that don’t allow users to see any information unless there exists a row in the above mentioned table that has a timestamp within the last 60 minutes.
This would essentially “log” how many times a user has viewed and when.
You want your document to essentially be “view-only” so just set locking settings so that users can only interact.
Does that makes sense? Would that work for you in the meantime?