Pageview Logs
Tracking Pageviews in Tadabase
Tadabase automatically logs every page visited in your application. These logs provide insight into user activity, including details about the page accessed, browser information, and user data (if the user is logged in). This guide will help you access and interpret the pageview logs.
Accessing Pageview Logs
To view pageview logs, follow these steps:
- Go to Settings.
- Select Logs.
- Click on Page Views.
The pageview logs will display a record of all page visits, tracking user and browser details where applicable.
Pageview Log Information
Each log entry includes the following details:
Basic Information:
- Page: The specific page that was visited.
- Date: The date and time the page was accessed.
- Browser: Information about the browser used to visit the page.
User Information (If logged in):
- User ID: The unique identifier of the user visiting the page.
- User Name: The name of the user.
- User Email: The email of the user.
Record Information (If viewing a details page):
- Data Table: The table associated with the record being viewed.
- Record ID: The unique ID of the specific record viewed.
Displaying Logs on the App Side
If you’d like to display pageview logs within your application, refer to the same "Add Logs to App" article as before. This will allow you to filter and view logs for specific pages, providing a more tailored view of user activity. For example, if you're viewing a "Customers" page, you can display pageview logs specifically for that page.
We'd love to hear your feedback.