For my admins, I want them to be able to see the number of new users and site stats such as total site visits and average session duration. I know that Bubble keeps track of this information under Logs but is there any way to get this information to display on the main page?
Hey! The easiest way to display data is by dropping a text element and setting the content to be “do a search for — users:count”
Regarding the other site stats (site visits, session duration), you’ll need to create those fields under the user data type (for example) and create/update the fields in a workflow. Most likely you’ll add a workflow on page load to update the fields for a user.